blob: bbe679bec7fae3558c8848d0eda5ef87f1de5292 (
plain)
1
2
3
4
5
6
7
8
9
|
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:unix_dgram_socket sendto;
allow wpa_socket wifi_data_file:sock_file unlink;
|