diff options
| author | Adrian DC <radian.dc@gmail.com> | 2017-04-13 22:54:58 +0200 |
|---|---|---|
| committer | Zips <hcolmenares@gmail.com> | 2018-01-09 11:46:16 -0500 |
| commit | c00b158f922ee5d7338c7f97cdade4d4e99814d8 (patch) | |
| tree | 47f15c162ce8d3219858ee5e0f57a040d0462467 | |
| parent | 09575a6c96b070f060e3debf94e45417dd118a7f (diff) | |
deb: init: Update path owners to avoid qcom owners
Change-Id: Ie5c896395adc2cbe65779cb2e903aa9fa3d85e24
| -rw-r--r-- | init.deb.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init.deb.rc b/init.deb.rc index 2a472ab..3504512 100644 --- a/init.deb.rc +++ b/init.deb.rc @@ -53,7 +53,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 @@ -232,7 +232,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 @@ -341,7 +341,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 |
