summaryrefslogtreecommitdiffstats
path: root/selinux/system.te
diff options
context:
space:
mode:
authorJoey Hewitt <joey@joeyhewitt.com>2019-09-02 21:24:47 -0600
committerJoey Hewitt <joey@joeyhewitt.com>2019-09-02 21:25:54 -0600
commita83b24ba10576ec8c815df0ccaa97791e2c4537f (patch)
tree3375481d607172dc6e7b79bede7da3e8afa00252 /selinux/system.te
parent37c4769bcc40f7004b1ae2eb04cb1049121402aa (diff)
downloaddevice_samsung_t0lte-a83b24ba10576ec8c815df0ccaa97791e2c4537f.tar.gz
device_samsung_t0lte-a83b24ba10576ec8c815df0ccaa97791e2c4537f.tar.bz2
device_samsung_t0lte-a83b24ba10576ec8c815df0ccaa97791e2c4537f.zip
remove references to proprietary stuff, mostly ril
Diffstat (limited to 'selinux/system.te')
-rwxr-xr-xselinux/system.te5
1 files changed, 1 insertions, 4 deletions
diff --git a/selinux/system.te b/selinux/system.te
index 1160fd7..29fe0ff 100755
--- a/selinux/system.te
+++ b/selinux/system.te
@@ -1,6 +1,3 @@
-# Talk to qmuxd
-qmux_socket(system_server)
-
allow system_server diagnostic_device:chr_file rw_file_perms;
allow system_server sensors_device:chr_file { read open };
allow system_server sensors_data_file:file r_file_perms;
@@ -8,4 +5,4 @@ allow system_server wpa_socket:unix_dgram_socket sendto;
allow system_app volume_data_file:file { read write open getattr };
allow system_server sysfs:file { read open write };
-allow system_server self:capability { sys_module }; \ No newline at end of file
+allow system_server self:capability { sys_module };