Add reserved disk GID to critical component.
We recently created a new GID that can be granted to critical system processes, so that the system is usable enough for the user to free up disk space used by abusive apps. Test: builds, boots Bug: 62024591 Change-Id: Ia5af7535cc05a214f8720ac08c594c6db888597a
This commit is contained in:
parent
47dc236d2f
commit
9410d572fb
4 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys
|
|||
class main
|
||||
priority -20
|
||||
user root
|
||||
group root readproc
|
||||
group root readproc reserved_disk
|
||||
socket zygote stream 660 root system
|
||||
onrestart write /sys/android_power/request_state wake
|
||||
onrestart write /sys/power/state on
|
||||
|
|
|
@ -2,7 +2,7 @@ service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-s
|
|||
class main
|
||||
priority -20
|
||||
user root
|
||||
group root readproc
|
||||
group root readproc reserved_disk
|
||||
socket zygote stream 660 root system
|
||||
onrestart write /sys/android_power/request_state wake
|
||||
onrestart write /sys/power/state on
|
||||
|
@ -17,7 +17,7 @@ service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote
|
|||
class main
|
||||
priority -20
|
||||
user root
|
||||
group root readproc
|
||||
group root readproc reserved_disk
|
||||
socket zygote_secondary stream 660 root system
|
||||
onrestart restart zygote
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
|
|
|
@ -2,7 +2,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
|
|||
class main
|
||||
priority -20
|
||||
user root
|
||||
group root readproc
|
||||
group root readproc reserved_disk
|
||||
socket zygote stream 660 root system
|
||||
onrestart write /sys/android_power/request_state wake
|
||||
onrestart write /sys/power/state on
|
||||
|
|
|
@ -2,7 +2,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
|
|||
class main
|
||||
priority -20
|
||||
user root
|
||||
group root readproc
|
||||
group root readproc reserved_disk
|
||||
socket zygote stream 660 root system
|
||||
onrestart write /sys/android_power/request_state wake
|
||||
onrestart write /sys/power/state on
|
||||
|
@ -17,7 +17,7 @@ service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote
|
|||
class main
|
||||
priority -20
|
||||
user root
|
||||
group root readproc
|
||||
group root readproc reserved_disk
|
||||
socket zygote_secondary stream 660 root system
|
||||
onrestart restart zygote
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
|
|
Loading…
Reference in a new issue