aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/system_server.te
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/system_server.te')
-rw-r--r--selinux/system_server.te4
1 files changed, 2 insertions, 2 deletions
diff --git a/selinux/system_server.te b/selinux/system_server.te
index f1456dc..c8fa3e4 100644
--- a/selinux/system_server.te
+++ b/selinux/system_server.te
@@ -1,5 +1,5 @@
allow system_server efs_file:dir search;
# allow system_server default_prop:property_service set;
-allow system_server dex2oat_exec:file { read execute open execute_no_trans };
-allow system_server log_device:chr_file { write open };
+allow system_server dex2oat_exec:file execute;
+allow system_server log_device:dir search;
allow system_server system_file:file execmod;