diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-11-28 19:46:34 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2014-11-28 18:51:46 +0000 |
commit | fad1532556f1058065da38ac284d67d01ea54fb3 (patch) | |
tree | 8ee82a7b542da2fd678f40bf6a2392577cfb9010 | |
parent | dfce7148eea970f6fcf62a20b62eae9d8a8bb13d (diff) |
sensors: update permissions for Lollipop
Change-Id: I569cae53e792f3cf517740a60ac4058e8f627bc5
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 9afb7a7..5370f7a 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -611,7 +611,7 @@ service qcamerasvr /system/bin/mm-qcamera-daemon service sensors /system/bin/sensors.qcom class main user root - group root + group sensors radio system service time_daemon /system/bin/time_daemon class late_start |