diff options
author | intervigilium <intervigil@gmail.com> | 2017-12-31 12:05:16 +0000 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:07:17 +0200 |
commit | 7475ae1ef98f1769a8a6894a55c285cb11132e5c (patch) | |
tree | ddd110c5a705615889b7da9fd17a94ac950b4b10 /rootdir | |
parent | c0bf6c0f64820b6660716779b01225a509116e9c (diff) |
shinano-common: Replace QCOM group identifiers with oem_XXXX
* config.fs doesn't give the ability to add AIDs to Android init such
that they can can actually be used in init scripts.
* Replace instances of qcom_diag, rfs, rfs_shared with the appropriate
IDs (2950, 3012, 3013)
Change-Id: Ided896c4ee051a9bc19fd61ae6e03624f2d54cf3
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 10 | ||||
-rw-r--r-- | rootdir/ueventd.qcom.rc | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index d91b027..56c8a45 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -45,7 +45,7 @@ on init mkdir /dev/bus 0755 root root mkdir /dev/bus/usb 0755 root root - + wait /dev/block/mmcblk0p1 chown tad tad /dev/block/mmcblk0p1 chmod 0770 /dev/block/mmcblk0p1 @@ -382,7 +382,7 @@ on property:bluetooth.isEnabled=true service qmuxd /system/bin/qmuxd class main user root - group radio audio bluetooth gps nfc diag wakelock qcom_diag + group radio audio bluetooth gps nfc diag wakelock oem_2950 # Wi-Fi and BT MAC addresses service macaddrsetup /system/bin/macaddrsetup /sys/devices/platform/bcmdhd_wlan/macaddr @@ -443,7 +443,7 @@ service ril-daemon2 /system/bin/rild -c 2 socket rild-debug2 stream 660 radio system user root disabled - group radio cache inet misc audio sdcard_r sdcard_rw qcom_diag log + group radio cache inet misc audio sdcard_r sdcard_rw oem_2950 log on property:persist.radio.multisim.config=dsds start ril-daemon2 @@ -451,7 +451,7 @@ on property:persist.radio.multisim.config=dsds service loc_launcher /system/bin/loc_launcher #loc_launcher will start as root and set its uid to gps class late_start - group gps inet net_raw qcom_diag net_admin wifi + group gps inet net_raw oem_2950 net_admin wifi # Start suntrold service suntrold /system/bin/suntrold @@ -516,7 +516,7 @@ service audioserver /system/bin/audioserver class main user audioserver # media gid needed for /dev/fm (radio) and for /data/misc/media (tee) - group audio trimarea camera drmrpc inet media mediadrm net_bt bluetooth net_bw_acct qcom_diag + group audio trimarea camera drmrpc inet media mediadrm net_bt bluetooth net_bw_acct oem_2950 ioprio rt 4 service drm /system/bin/drmserver diff --git a/rootdir/ueventd.qcom.rc b/rootdir/ueventd.qcom.rc index 7200364..bfb831d 100644 --- a/rootdir/ueventd.qcom.rc +++ b/rootdir/ueventd.qcom.rc @@ -27,7 +27,7 @@ # # the DIAG device node is not world writable/readable. -/dev/diag 0660 system qcom_diag +/dev/diag 0660 system oem_2950 /dev/genlock 0666 system system /dev/kgsl 0666 system system |