diff --git a/sepolicy/hostapd.te b/sepolicy/hostapd.te new file mode 100644 index 0000000..fd37b61 --- /dev/null +++ b/sepolicy/hostapd.te @@ -0,0 +1,4 @@ +type hostapd, domain; + +allow hostapd wifi_data_file:dir create_dir_perms; +allow hostapd wifi_data_file:file create_file_perms;