aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/readmac.te
diff options
context:
space:
mode:
authordd3boh <dade.garberi@gmail.com>2017-11-03 16:53:27 +0100
committerdd3boh <dade.garberi@gmail.com>2017-11-04 18:37:15 +0100
commit1acb2b3f27520dc7d1dafee850bbc5e2562b3cf4 (patch)
treeb964a66805ef2473905d2c82f5ea7aadfd10c70a /sepolicy/readmac.te
parenta18ae7d8278f9be32946f3f67dbf0c49add82b31 (diff)
msm8996-common: Nuke the Nougat sepolicy
Signed-off-by: dd3boh <dade.garberi@gmail.com>
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;