sdm710-common: sepolicy: allow system_server to get app_zygote pgid
avc: denied { getpgid } for scontext=u:r:system_server:s0 tcontext=u:r:app_zygote:s0:c512,c768 tclass=process permissive=0 Appeared during UiBench. Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
parent
040f8d3543
commit
50bb739532
1 changed files with 1 additions and 0 deletions
1
sepolicy/private/system_server.te
Normal file
1
sepolicy/private/system_server.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow system_server app_zygote:process getpgid;
|
Loading…
Reference in a new issue