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.te3
1 files changed, 2 insertions, 1 deletions
diff --git a/selinux/system_server.te b/selinux/system_server.te
index c8fa3e4..0ba4b3f 100644
--- a/selinux/system_server.te
+++ b/selinux/system_server.te
@@ -1,5 +1,6 @@
allow system_server efs_file:dir search;
-# allow system_server default_prop:property_service set;
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;