mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
Use GID "wakelock" to control access to kernel wakelock
Bug: 25864142 Change-Id: Ie9b574a4efdae2508a00c1cb41b5c7e1a17a4e45
This commit is contained in:
parent
4b6359ee6d
commit
d000c1d2b8
1 changed files with 4 additions and 4 deletions
|
@ -221,7 +221,7 @@ service irsc_util /system/bin/irsc_util "/etc/sec_config"
|
|||
service rmt_storage /system/bin/rmt_storage
|
||||
class main
|
||||
user root
|
||||
group system
|
||||
group system wakelock
|
||||
|
||||
service hciattach /system/bin/init.flo.bt.sh
|
||||
class late_start
|
||||
|
@ -245,7 +245,7 @@ service bridgemgrd /system/bin/bridgemgrd
|
|||
service qmuxd /system/bin/qmuxd
|
||||
class main
|
||||
user root
|
||||
group radio audio bluetooth gps
|
||||
group radio audio bluetooth wakelock gps
|
||||
|
||||
service ks_checker /system/bin/kickstart_checker.sh
|
||||
class core
|
||||
|
@ -271,7 +271,7 @@ on property:ril.asus_debugger_running=1
|
|||
|
||||
service netmgrd /system/bin/netmgrd
|
||||
class main
|
||||
group radio
|
||||
group radio wakelock
|
||||
|
||||
service ril-daemon /vendor/bin/hw/rild
|
||||
class main
|
||||
|
@ -284,7 +284,7 @@ service ril-daemon /vendor/bin/hw/rild
|
|||
service sensors /system/bin/sensors.qcom
|
||||
class late_start
|
||||
user root
|
||||
group root
|
||||
group root wakelock
|
||||
|
||||
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
|
||||
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \
|
||||
|
|
Loading…
Reference in a new issue