mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
init: Use GID "wakelock" to control access to kernel wakelock
Change-Id: Iceeb0ed0269969788bd23f22c97dcb9290fd7abd Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:
parent
c7af5b65a6
commit
63bc7e66ac
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ service ks_checker /system/bin/kickstart_checker.sh
|
||||||
service kickstart /system/bin/qcks -i /firmware/image/ -r /data/tombstones/mdm/
|
service kickstart /system/bin/qcks -i /firmware/image/ -r /data/tombstones/mdm/
|
||||||
class core
|
class core
|
||||||
user system
|
user system
|
||||||
group system
|
group system wakelock
|
||||||
disabled
|
disabled
|
||||||
oneshot
|
oneshot
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue