summaryrefslogtreecommitdiff
path: root/sepolicy/zygote.te
blob: 5786c100e5404833d20db3e9e58abc0157782ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#allow zygote debugfs:file w_file_perms;
#allow zygote debugfs:file getattr;
allow zygote activity_service:service_manager find;
allow zygote ashmem_device:chr_file execute;
allow zygote package_service:service_manager find;
allow zygote self:capability sys_nice;
allow zygote self:process execmem;
allow zygote system_server:binder { call transfer };
allow zygote zygote_tmpfs:file execute;
allow zygote system_data_file:dir write;
allow zygote system_data_file:dir add_name;
allow zygote system_data_file:dir create;
allow zygote system_data_file:dir setattr;