mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
init: remove qcom_oncrpc and qcom_diag
Based on dmesg: init: /init.duma.rc: 267: Unable to decode GID for 'qcom_oncrpc': getpwnam failed: No such file or directory init: /init.duma.rc: 384: Unable to decode GID for 'qcom_diag': getpwnam failed: No such file or directory
This commit is contained in:
parent
28dc9996ee
commit
3c33d48202
1 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ service rmt_storage /vendor/bin/rmt_storage
|
|||
service hciattach /vendor/bin/init.flo.bt.sh
|
||||
class late_start
|
||||
user bluetooth
|
||||
group qcom_oncrpc bluetooth system
|
||||
group bluetooth system
|
||||
seclabel u:r:bluetooth_loader:s0
|
||||
disabled
|
||||
oneshot
|
||||
|
@ -289,7 +289,7 @@ service ril-daemon /vendor/bin/hw/rild
|
|||
socket sap_uim_socket1 stream 660 bluetooth bluetooth
|
||||
socket rild-debug stream 660 radio system
|
||||
user root
|
||||
group radio cache inet misc audio log readproc wakelock qcom_diag net_raw
|
||||
group radio cache inet misc audio log readproc wakelock net_raw
|
||||
|
||||
service sensors /vendor/bin/sensors.qcom
|
||||
class late_start
|
||||
|
|
Loading…
Reference in a new issue