summaryrefslogtreecommitdiff
path: root/wifi_ext/hal_wifi_ext.te
blob: 7f20b422a6e011bd01a3ba65de7596c5f4ce33e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
type hal_wifi_ext, domain;
hal_server_domain(hal_wifi_ext, hal_wifi)

type hal_wifi_ext_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_wifi_ext)

# Allow to start the IWifi:wifi_ext service
add_hwservice(hal_wifi_ext, hal_wifi_ext_hwservice);

# Allow to set up bridged interface
allowxperm hal_wifi_ext self:udp_socket ioctl { SIOCBRADDBR SIOCBRDELBR SIOCBRADDIF SIOCBRDELIF};