aboutsummaryrefslogtreecommitdiff
path: root/sepolicy
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/qmuxd.te1
-rw-r--r--sepolicy/radio.te1
-rw-r--r--sepolicy/readmac.te3
3 files changed, 0 insertions, 5 deletions
diff --git a/sepolicy/qmuxd.te b/sepolicy/qmuxd.te
deleted file mode 100644
index d9fd325..0000000
--- a/sepolicy/qmuxd.te
+++ /dev/null
@@ -1 +0,0 @@
-allow qmuxd diag_device:chr_file { read write };
diff --git a/sepolicy/radio.te b/sepolicy/radio.te
deleted file mode 100644
index 64f05c6..0000000
--- a/sepolicy/radio.te
+++ /dev/null
@@ -1 +0,0 @@
-allow radio qmuxd_socket:dir search;
diff --git a/sepolicy/readmac.te b/sepolicy/readmac.te
index 2a326e0..a124cfb 100644
--- a/sepolicy/readmac.te
+++ b/sepolicy/readmac.te
@@ -4,9 +4,6 @@ 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;