replicant-vendor_replicant/sepolicy/zygote.te
Steve Kondik e2f23f0e91 cm: Fix a few denials
* Missed a few things when cleaning up devices.

Change-Id: Ib71afd696a564aeeaa80c34ca9744a39891f4b63
2015-09-19 22:49:20 -07:00

6 lines
165 B
Plaintext

allow zygote theme_data_file:file r_file_perms;
allow zygote theme_data_file:dir r_dir_perms;
# ps command may do this
allow untrusted_app zygote:process getsched;