aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/cpboot-daemon.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/cpboot-daemon.te')
-rw-r--r--sepolicy/cpboot-daemon.te13
1 files changed, 0 insertions, 13 deletions
diff --git a/sepolicy/cpboot-daemon.te b/sepolicy/cpboot-daemon.te
deleted file mode 100644
index 08281f4..0000000
--- a/sepolicy/cpboot-daemon.te
+++ /dev/null
@@ -1,13 +0,0 @@
-allow cpboot-daemon cbd_device:chr_file create_file_perms;
-allow cpboot-daemon cgroup:dir { create add_name };
-allow cpboot-daemon device:dir { write add_name };
-allow cpboot-daemon efs_file:file { read write open };
-allow cpboot-daemon radio_device:blk_file r_file_perms;
-allow cpboot-daemon radio_device:chr_file rw_file_perms;
-allow cpboot-daemon self:capability setuid;
-allow cpboot-daemon { block_device efs_file }:dir search;
-
-# Talk to init over the property socket
-unix_socket_connect(cpboot-daemon, property, init)
-
-allow cpboot-daemon radio_prop:property_service set;