aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/system_server.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/system_server.te')
-rw-r--r--sepolicy/system_server.te21
1 files changed, 0 insertions, 21 deletions
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te
deleted file mode 100644
index 64cdc0a..0000000
--- a/sepolicy/system_server.te
+++ /dev/null
@@ -1,21 +0,0 @@
-allow system_server persist_file:dir { read write };
-allow system_server proc_touchpanel:dir search;
-allow system_server proc_touchpanel:file rw_file_perms;
-allow system_server sensors_persist_file:file r_file_perms;
-allow system_server sensors_persist_file:dir search;
-allow system_server proc_stat:file r_file_perms;
-allow system_server unlabeled:file unlink;
-allow system_server sysfs_fpc_utouch_disable:file rw_file_perms;
-get_prop(system_server, diag_prop);
-allow system_server diag_device:chr_file { read write };
-allow system_server drmserver:process setsched;
-allow system_server keystore:process setsched;
-allow system_server mediacodec:process setsched;
-allow system_server mediadrmserver:process setsched;
-allow system_server mediaextractor:process setsched;
-allow system_server sdcardd:process setsched;
-allow system_server vold:process setsched;
-allow system_server zygote:process setsched;
-allow system_server diag_device:chr_file open;
-allow system_server diag_device:chr_file ioctl;
-allow system_server kernel:system syslog_read;