aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/system_server.te
blob: 0ba4b3f47c59d41cad911c136153ed8031d4c158 (plain)
1
2
3
4
5
6
allow system_server efs_file:dir search;
allow system_server dex2oat_exec:file execute;
allow system_server log_device:dir search;
allow system_server system_file:file execmod;
allow system_server log_device:chr_file { write open };
allow system_server unlabeled:file write;