mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Fix violation of least privilege principle
The confirmationui HAL does not need to run as user system. Bug: 63928580 Test: All required services boot and can access what they need Change-Id: Ic2d6edabf8cca8384a7e0ce49dfc5445a6ec1658
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
service vendor.confirmationui-1-0 /vendor/bin/hw/android.hardware.confirmationui@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system drmrpc
|
||||
user nobody
|
||||
group drmrpc
|
||||
|
||||
Reference in New Issue
Block a user