summaryrefslogtreecommitdiffstats
path: root/sepolicy/wpa_supplicant.te
blob: 98fdc25403c08a136af0f465beb6bef9e516241c (plain)
1
2
3
4
5
6
7
8
9
10
11
allow wpa init:unix_dgram_socket { read write };

# logwrapper used with wpa_supplicant
allow wpa devpts:chr_file { read write };

allow wpa wpa_socket:unix_dgram_socket { read write };
allow wpa_socket system_server:unix_dgram_socket sendto;

allow wpa_socket wifi_data_file:sock_file unlink;
allow wpa rfkill_device:chr_file rw_file_perms;
allow wpa log_device:chr_file { open };