diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-11-03 16:53:27 +0100 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-11-04 18:37:15 +0100 |
commit | 1acb2b3f27520dc7d1dafee850bbc5e2562b3cf4 (patch) | |
tree | b964a66805ef2473905d2c82f5ea7aadfd10c70a /sepolicy/system_server.te | |
parent | a18ae7d8278f9be32946f3f67dbf0c49add82b31 (diff) |
msm8996-common: Nuke the Nougat sepolicy
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'sepolicy/system_server.te')
-rw-r--r-- | sepolicy/system_server.te | 21 |
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; |