summaryrefslogtreecommitdiffstats
path: root/common/wpa.te
blob: d5f775b828339ba1e41cf7d7e01e926cc85a6941 (plain)
1
2
3
4
5
6
7
8
9
allow wpa persist_file:dir search;
qmux_socket(wpa);

allow wpa self:socket create_socket_perms;
allow wpa smem_log_device:chr_file rw_file_perms;
allow wpa proc_net:file write;

# allow wpa_supplicant to send back wifi information to cnd
allow wpa cnd:unix_dgram_socket sendto;