summaryrefslogtreecommitdiffstats
path: root/sepolicy/zygote.te
blob: 951f414392b012be56a23c8f0b4846ff4a42e9be (plain)
1
2
3
4
5
allow zygote themeservice_app_data_file:file r_file_perms;
allow zygote themeservice_app_data_file:dir r_dir_perms;

# ps command may do this
allow untrusted_app zygote:process getsched;