summaryrefslogtreecommitdiff
path: root/vendor/hal_wifi_ext.te
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/hal_wifi_ext.te')
-rw-r--r--vendor/hal_wifi_ext.te4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/hal_wifi_ext.te b/vendor/hal_wifi_ext.te
index a16d595..fbe187d 100644
--- a/vendor/hal_wifi_ext.te
+++ b/vendor/hal_wifi_ext.te
@@ -1,4 +1,5 @@
allow hal_wifi_ext vendor_wlan_device:chr_file w_file_perms;
+allow hal_wifi_ext vendor_wifi_vendor_data_file:dir rw_dir_perms;
# write to files owned by location daemon
allow hal_wifi_ext vendor_location_socket:dir rw_dir_perms;
@@ -10,3 +11,6 @@ allow hal_wifi_ext lowi_server:unix_dgram_socket sendto;
unix_socket_connect(hal_wifi, vendor_location, vendor_location)
allow hal_wifi_ext vendor_wifihal_socket:dir rw_dir_perms;
allow hal_wifi_ext vendor_wifihal_socket:sock_file create_file_perms;
+
+# allow hal_wifi to write into /proc/debugdriver/driverdump
+r_dir_file(hal_wifi_ext, vendor_proc_wifi_dbg);