summaryrefslogtreecommitdiffstats
path: root/selinux/system.te
blob: bc8212b19967fb80e3b485cd60c86ef61a9ceb19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 };