From 78a966a467efd8966f674e665bff8101518eb8d5 Mon Sep 17 00:00:00 2001 From: slayher Date: Fri, 9 Aug 2013 22:32:05 -0400 Subject: SELinux Policies: t0lte family Change-Id: Ib5951934a62fae38425ef9d324de758c2c69b3cb --- selinux/system.te | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 selinux/system.te (limited to 'selinux/system.te') diff --git a/selinux/system.te b/selinux/system.te new file mode 100755 index 0000000..73de1ee --- /dev/null +++ b/selinux/system.te @@ -0,0 +1,12 @@ +# Talk to qmuxd +qmux_socket(system) + +allow system diagnostic_device:chr_file rw_file_perms; +allow system uinput_device:chr_file { read ioctl write open }; +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_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 -- cgit v1.2.3