summaryrefslogtreecommitdiff
path: root/rootdir/init.qcom.rc
diff options
context:
space:
mode:
authorShane Francis <bigbeeshane@gmail.com>2015-01-16 20:16:18 +0530
committerMax Weffers <rcstar6696@gmail.com>2017-02-02 09:52:45 +0100
commitc9e33bd425d5e9e3c292550dc0096df58dc54b15 (patch)
tree822c7297c54cccb90511893bd160d224d75bdea1 /rootdir/init.qcom.rc
parent529c9fac15de7e6fb223eab1da1d039509fd0ace (diff)
camera: Add credential manager and friends
* Welcome back, idd. * Happy troling, suntrold Change-Id: Ic447a8e7769903bfb8ec3bf4fdd4f74406671f78
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r--rootdir/init.qcom.rc16
1 files changed, 14 insertions, 2 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc
index 046b3ed..56e152c 100644
--- a/rootdir/init.qcom.rc
+++ b/rootdir/init.qcom.rc
@@ -476,13 +476,25 @@ service mpdecision /system/bin/mpdecision --avg_comp
user root
group system
+service iddd /system/bin/iddd
+ class main
+ user root
+ group root log
+
# Start suntrold
service suntrold /system/bin/suntrold
- user system
- group system
+ user root
+ group root
oneshot
class main
+# Start Credential manager daemon
+service credmgrd /system/bin/credmgrd
+ user root
+ group root
+ socket credmgr stream 0777 system system
+ class main
+
# bugreport is triggered by holding down volume down, volume up and power
service bugreport /system/bin/dumpstate -d -p -B \
-o /data/data/com.android.shell/files/bugreports/bugreport