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.
13 lines
550 B
13 lines
550 B
4 months ago
|
# hostapd or equivalent
|
||
|
type hal_wifi_hostapd_default, domain;
|
||
|
hal_server_domain(hal_wifi_hostapd_default, hal_wifi_hostapd)
|
||
|
type hal_wifi_hostapd_default_exec, exec_type, vendor_file_type, file_type;
|
||
|
init_daemon_domain(hal_wifi_hostapd_default)
|
||
|
|
||
|
net_domain(hal_wifi_hostapd_default)
|
||
|
|
||
|
# Allow hostapd to access it's data folder
|
||
|
allow hal_wifi_hostapd_default hostapd_data_file:dir create_dir_perms;
|
||
|
allow hal_wifi_hostapd_default hostapd_data_file:file create_file_perms;
|
||
|
allow hal_wifi_hostapd_default hostapd_data_file:sock_file create_file_perms;
|