Skip to content
Snippets Groups Projects
Commit acdbf766 authored by Werner Sembach's avatar Werner Sembach
Browse files

Make /dev/klist accessible to non root users

Change-Id: Ie537553da13dc841811b7aa789e95a194e470c78
parent 3d6a4315
No related branches found
No related tags found
No related merge requests found
......@@ -239,6 +239,9 @@ on init
# set RLIMIT_NICE to allow priorities from 19 to -20
setrlimit 13 40 40
# make KList accessible to all users
chmod 0666 /dev/klist
# Healthd can trigger a full boot from charger mode by signaling this
# property when the power button is held.
on property:sys.boot_from_charger_mode=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment