mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: init: Update path owners to avoid qcom owners
This commit is contained in:
parent
b37168c697
commit
0cb58b93fd
1 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ on boot
|
|||
chmod 2770 /dev/socket/qmux_radio
|
||||
mkdir /dev/socket/qmux_audio 0770 media audio
|
||||
chmod 2770 /dev/socket/qmux_audio
|
||||
mkdir /dev/socket/qmux_bluetooth 0770 bluetooth net_bt_stack
|
||||
mkdir /dev/socket/qmux_bluetooth 0770 bluetooth bluetooth
|
||||
chmod 2770 /dev/socket/qmux_bluetooth
|
||||
mkdir /dev/socket/qmux_gps 0770 gps gps
|
||||
chmod 2770 /dev/socket/qmux_gps
|
||||
|
@ -221,7 +221,7 @@ service rmt_storage /system/bin/rmt_storage
|
|||
service hciattach /system/bin/init.flo.bt.sh
|
||||
class late_start
|
||||
user bluetooth
|
||||
group qcom_oncrpc bluetooth net_bt_admin system net_bt_stack
|
||||
group qcom_oncrpc bluetooth system
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
|
@ -240,7 +240,7 @@ service bridgemgrd /system/bin/bridgemgrd
|
|||
service qmuxd /system/bin/qmuxd
|
||||
class main
|
||||
user radio
|
||||
group radio audio bluetooth gps net_bt_stack
|
||||
group radio audio bluetooth gps
|
||||
|
||||
service ks_checker /system/bin/kickstart_checker.sh
|
||||
class core
|
||||
|
@ -335,7 +335,7 @@ service wcnss_init /system/bin/init.flo.wifi.sh
|
|||
service bdAddrLoader /system/bin/bdAddrLoader -f /persist/bluetooth/.bdaddr -h -x
|
||||
class main
|
||||
user bluetooth
|
||||
group system bluetooth net_bt_stack
|
||||
group system bluetooth
|
||||
oneshot
|
||||
|
||||
service qseecomd /system/bin/qseecomd
|
||||
|
|
Loading…
Reference in a new issue