aboutsummaryrefslogtreecommitdiff
path: root/sepolicy
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/readmac.te4
1 files changed, 2 insertions, 2 deletions
diff --git a/sepolicy/readmac.te b/sepolicy/readmac.te
index 2a16a82..187991a 100644
--- a/sepolicy/readmac.te
+++ b/sepolicy/readmac.te
@@ -5,8 +5,8 @@ type readmac_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(readmac)
# Allow readmac to fully access wlan_mac.bin persist file
-allow readmac persist_file:dir rw_dir_perms;
-allow readmac persist_file:file create_file_perms;
+allow readmac mnt_vendor_file:dir rw_dir_perms;
+allow readmac mnt_vendor_file:file create_file_perms;
allow readmac diag_device:chr_file rw_file_perms;
allow readmac sysfs:file r_file_perms;