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

# /efs/wifi/.mac.info
allow system wifi_data_file:file { read open };