You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
400 B
12 lines
400 B
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};
|