summaryrefslogtreecommitdiff
path: root/sepolicy/hal_wifi.te
blob: 87e05d79c8bc3670bb77b85f9e08a9814df252db (plain)
1
2
3
4
5
6
7
8
# Allow wifi hal access to LOWI
allow hal_wifi location:unix_stream_socket connectto;
allow hal_wifi location_data_file:{ file fifo_file } create_file_perms;
allow hal_wifi location_data_file:dir rw_dir_perms;
allow hal_wifi location_data_file:sock_file create_file_perms;

# Allow wifi hal to read debug info from the driver.
r_dir_file(hal_wifi, proc_wifi_dbg)