aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/system.te
diff options
context:
space:
mode:
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 03637ab..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 }; \ No newline at end of file
+allow system_server sysfs:file { read open write };
+allow system_server self:capability { sys_module }; \ No newline at end of file