Give back hostapd access to wifi_data_file

Change-Id: Ib316455e1a81c02c78d7f9a50f7653dfe5b83431
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;