From 7cfabc06fd5b18931b51a92d8ee1a586c81328fc Mon Sep 17 00:00:00 2001 From: sbrissen Date: Fri, 5 Dec 2014 14:23:09 -0500 Subject: t0lte: initial L bring up -selinux policies still need work -switch fstab to by-name Change-Id: I397931d0aa2ea7887774007acf40c9f03e66fb14 --- selinux/system.te | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'selinux/system.te') 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 -- cgit v1.2.3