aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/readmac.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/readmac.te')
-rw-r--r--sepolicy/readmac.te18
1 files changed, 0 insertions, 18 deletions
diff --git a/sepolicy/readmac.te b/sepolicy/readmac.te
deleted file mode 100644
index 23e5e9b..0000000
--- a/sepolicy/readmac.te
+++ /dev/null
@@ -1,18 +0,0 @@
-type readmac, domain;
-type readmac_exec, exec_type, file_type;
-
-# Allow for transition from init domain to readmac
-init_daemon_domain(readmac)
-
-# Allow readmac to communicate with qmuxd via qmux_radio socket
-qmux_socket(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 self:capability dac_override;
-allow readmac self:socket create_socket_perms;
-
-allow readmac diag_device:chr_file rw_file_perms;
-allow readmac sysfs:file r_file_perms;