aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/readmac.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/readmac.te')
-rw-r--r--sepolicy/readmac.te12
1 files changed, 0 insertions, 12 deletions
diff --git a/sepolicy/readmac.te b/sepolicy/readmac.te
deleted file mode 100644
index 187991a..0000000
--- a/sepolicy/readmac.te
+++ /dev/null
@@ -1,12 +0,0 @@
-type readmac, domain;
-type readmac_exec, exec_type, vendor_file_type, file_type;
-
-# Allow for transition from init domain to readmac
-init_daemon_domain(readmac)
-
-# Allow readmac to fully access wlan_mac.bin persist file
-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;