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.te8
1 files changed, 3 insertions, 5 deletions
diff --git a/selinux/system_server.te b/selinux/system_server.te
index 0ba4b3f..659c32b 100644
--- a/selinux/system_server.te
+++ b/selinux/system_server.te
@@ -1,6 +1,4 @@
+allow system_server gps_data_file:fifo_file { write read open setattr };
+allow system_server self:capability sys_module;
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;
+allow system_server gps_data_file:dir search;