summaryrefslogtreecommitdiffstats
path: root/selinux/system.te
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2014-12-05 14:23:09 -0500
committersbrissen <sbrissen@hotmail.com>2015-01-16 08:28:01 -0500
commit7cfabc06fd5b18931b51a92d8ee1a586c81328fc (patch)
tree390cd7ed61c189505a3eaa07991df0a87afbb775 /selinux/system.te
parentdbddb2275770dcf4e7a27c12607881694fbcc507 (diff)
downloaddevice_samsung_t0lte-7cfabc06fd5b18931b51a92d8ee1a586c81328fc.tar.gz
device_samsung_t0lte-7cfabc06fd5b18931b51a92d8ee1a586c81328fc.tar.bz2
device_samsung_t0lte-7cfabc06fd5b18931b51a92d8ee1a586c81328fc.zip
t0lte: initial L bring up
-selinux policies still need work -switch fstab to by-name Change-Id: I397931d0aa2ea7887774007acf40c9f03e66fb14
Diffstat (limited to 'selinux/system.te')
-rwxr-xr-xselinux/system.te14
1 files changed, 7 insertions, 7 deletions
diff --git a/selinux/system.te b/selinux/system.te
index 0db325d..1160fd7 100755
--- a/selinux/system.te
+++ b/selinux/system.te
@@ -1,11 +1,11 @@
# Talk to qmuxd
-qmux_socket(system)
+qmux_socket(system_server)
-allow system diagnostic_device:chr_file rw_file_perms;
-allow system sensors_device:chr_file { read open };
-allow system sensors_data_file:file r_file_perms;
-allow system wpa_socket:unix_dgram_socket sendto;
+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;
+allow system_server wpa_socket:unix_dgram_socket sendto;
allow system_app volume_data_file:file { read write open getattr };
-allow system sysfs:file { read open write };
-allow system self:capability { sys_module };
+allow system_server sysfs:file { read open write };
+allow system_server self:capability { sys_module }; \ No newline at end of file