mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Fixing folio_daemon's dac_override request.
Moving folio_daemon out of group/user of root and into group/user of system to fix the dac_override selinux denial it was generating when trying to access /dev/uinput Bug: 38031432 Test: The phone boots and folio daemon encounters no denials Change-Id: I48feab07eeffc90b73fabce46394c53a2278e5ca
This commit is contained in:
@@ -403,8 +403,8 @@ service init-radio-sh /system/bin/init.radio.sh
|
||||
|
||||
service folio_daemon /vendor/bin/folio_daemon
|
||||
class late_start
|
||||
user root
|
||||
group root
|
||||
user system
|
||||
group system
|
||||
|
||||
service perfd /vendor/bin/perfd
|
||||
class main
|
||||
|
||||
Reference in New Issue
Block a user