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

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

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

allow wpa_socket wifi_data_file:sock_file unlink;

allow wpa rfkill_device:chr_file rw_file_perms;