aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/system.te
blob: 03637ab47ebd649133d97a2d313f9d59998f8e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Talk to qmuxd
qmux_socket(system)

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_app volume_data_file:file { read write open getattr };

allow system sysfs:file { read open write };
allow system self:capability { sys_module };