From ee5998fbadc1a390f8cb09b3d265167675b58e4c Mon Sep 17 00:00:00 2001 From: Max Bires Date: Mon, 8 May 2017 08:41:43 -0700 Subject: [PATCH] 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 --- init.hardware.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.hardware.rc b/init.hardware.rc index 1af2c56d..02885137 100644 --- a/init.hardware.rc +++ b/init.hardware.rc @@ -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