sdm710-common: sepolicy: Allow system_server to get app_zygote pgid

* E system_server: Cannot read thread CPU times for PID 1372
This commit is contained in:
Chenyang Zhong 2023-02-22 22:34:14 +08:00 committed by CakesTwix
parent f924068ad4
commit 90d4d13b18
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

1
sepolicy/vendor/system_server.te vendored Normal file
View file

@ -0,0 +1 @@
allow system_server app_zygote:process getpgid;