aboutsummaryrefslogtreecommitdiff
path: root/rootdir/init.camera.rc
diff options
context:
space:
mode:
authornailyk-fr <jenkins@nailyk.fr>2017-09-19 20:53:26 +0200
committerArian <arian.kulmer@web.de>2019-10-07 11:07:17 +0200
commit76f0ff1cc08e8488191e98c9ffab62ec4de59a6d (patch)
tree2ebff470a84d011168c48e0ff00bf545cdbec3c1 /rootdir/init.camera.rc
parentd21f6c5aec2d4e7b370166108ad70ef298351b26 (diff)
shinano-common: init: Use obscur oreo UID/GID
* With oreo all the AIDs process change. According to https://source.android.com/devices/tech/config/filesystem#using-an-oem-specific-aid user firendly names cannot be used anymore. Use oem_<uid> name instead. See msm8974-common related change for reference. Change-Id: I18294c5ba716a6c2ba038b9f624f5ae65f799e1f
Diffstat (limited to 'rootdir/init.camera.rc')
-rw-r--r--rootdir/init.camera.rc26
1 files changed, 13 insertions, 13 deletions
diff --git a/rootdir/init.camera.rc b/rootdir/init.camera.rc
index 3025e8f..2ea39a7 100644
--- a/rootdir/init.camera.rc
+++ b/rootdir/init.camera.rc
@@ -24,7 +24,7 @@ on init
on early-fs
wait /dev/block/mmcblk0p1
- class_start trimarea
+ class_start oem_5993
exec u:r:qti_init_shell:s0 -- /sbin/wait4tad_static
on early-boot
@@ -91,7 +91,7 @@ service taimport /system/bin/taimport
service initcredmgr /system/bin/credmgrfirstboot.sh
class late_start
user system
- group credmgr_client
+ group oem_5996
oneshot
# When credmgrfirstboot is ready it set sys.credmgrdready=true.
@@ -102,8 +102,8 @@ start credmgrd
# Start Credential manager daemon
service credmgrd /system/bin/credmgrd
user system
- group credmgr_client
- socket credmgr stream 0660 system credmgr_client
+ group oem_5996
+ socket credmgr stream 0660 system oem_5996
disabled
# Secure Config Transfer service
@@ -113,8 +113,8 @@ service sct_service /system/bin/sct_service
# Trim Area QMI service
service ta_qmi_service /system/bin/ta_qmi_service
- user ta_qmi
- group ta_qmi trimarea system root net_raw wakelock
+ user oem_5998
+ group oem_5998 oem_5993 system root net_raw wakelock
disabled
service scd /system/bin/scd
@@ -140,22 +140,22 @@ service qcamerasvr /system/bin/mm-qcamera-daemon
class late_start
user camera
# group camera system inet input graphics
- group camera system inet input graphics credmgr_client cameraserver
+ group camera system inet input graphics oem_5996 cameraserver
# seclabel u:r:mm-qcamerad:s0
-# SONY: TrimArea Daemon
+# SONY: oem_5993 Daemon
# Last 2 args: start block(blk size 128k), number of blocks(partitionsize(kb)/128(kb))
service tad_static /sbin/tad_static /dev/block/bootdevice/by-name/TA 0,16
#service tad_static /sbin/tad_static /data/credmgr/ta_part.bin 0,16
- class trimarea
- user tad
- group tad trimarea root
- socket tad stream 0770 system trimarea
+ class oem_5993
+ user oem_5997
+ group oem_5997 oem_5993 root
+ socket tad stream 0770 system oem_5993
# tad_static is in rootfs, normal file_context does not work
seclabel u:r:tad:s0
service updatemiscta /system/bin/updatemiscta
class main
user updatemiscta
- group trimarea
+ group oem_5993
oneshot