Merge "give zygote AID_READPROC"
am: 3a724a8f5d
Change-Id: Ie877330cba17a429ec3cd26eafaaeca3df66cc59
This commit is contained in:
commit
d3a2573eea
4 changed files with 12 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
|
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
|
||||||
class main
|
class main
|
||||||
priority -20
|
priority -20
|
||||||
|
user root
|
||||||
|
group root readproc
|
||||||
socket zygote stream 660 root system
|
socket zygote stream 660 root system
|
||||||
onrestart write /sys/android_power/request_state wake
|
onrestart write /sys/android_power/request_state wake
|
||||||
onrestart write /sys/power/state on
|
onrestart write /sys/power/state on
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
|
service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
|
||||||
class main
|
class main
|
||||||
priority -20
|
priority -20
|
||||||
|
user root
|
||||||
|
group root readproc
|
||||||
socket zygote stream 660 root system
|
socket zygote stream 660 root system
|
||||||
onrestart write /sys/android_power/request_state wake
|
onrestart write /sys/android_power/request_state wake
|
||||||
onrestart write /sys/power/state on
|
onrestart write /sys/power/state on
|
||||||
|
|
@ -13,6 +15,8 @@ service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-s
|
||||||
service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
|
service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
|
||||||
class main
|
class main
|
||||||
priority -20
|
priority -20
|
||||||
|
user root
|
||||||
|
group root readproc
|
||||||
socket zygote_secondary stream 660 root system
|
socket zygote_secondary stream 660 root system
|
||||||
onrestart restart zygote
|
onrestart restart zygote
|
||||||
writepid /dev/cpuset/foreground/tasks
|
writepid /dev/cpuset/foreground/tasks
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server
|
service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server
|
||||||
class main
|
class main
|
||||||
priority -20
|
priority -20
|
||||||
|
user root
|
||||||
|
group root readproc
|
||||||
socket zygote stream 660 root system
|
socket zygote stream 660 root system
|
||||||
onrestart write /sys/android_power/request_state wake
|
onrestart write /sys/android_power/request_state wake
|
||||||
onrestart write /sys/power/state on
|
onrestart write /sys/power/state on
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
|
service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
|
||||||
class main
|
class main
|
||||||
priority -20
|
priority -20
|
||||||
|
user root
|
||||||
|
group root readproc
|
||||||
socket zygote stream 660 root system
|
socket zygote stream 660 root system
|
||||||
onrestart write /sys/android_power/request_state wake
|
onrestart write /sys/android_power/request_state wake
|
||||||
onrestart write /sys/power/state on
|
onrestart write /sys/power/state on
|
||||||
|
|
@ -13,6 +15,8 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
|
||||||
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
|
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
|
||||||
class main
|
class main
|
||||||
priority -20
|
priority -20
|
||||||
|
user root
|
||||||
|
group root readproc
|
||||||
socket zygote_secondary stream 660 root system
|
socket zygote_secondary stream 660 root system
|
||||||
onrestart restart zygote
|
onrestart restart zygote
|
||||||
writepid /dev/cpuset/foreground/tasks
|
writepid /dev/cpuset/foreground/tasks
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue