aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/qmuxd.te
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/qmuxd.te')
-rw-r--r--selinux/qmuxd.te13
1 files changed, 13 insertions, 0 deletions
diff --git a/selinux/qmuxd.te b/selinux/qmuxd.te
new file mode 100644
index 0000000..4ef03ec
--- /dev/null
+++ b/selinux/qmuxd.te
@@ -0,0 +1,13 @@
+type qmuxd, domain;
+type qmuxd_exec, exec_type, file_type;
+
+init_daemon_domain(qmuxd)
+domain_trans(init, rootfs, qmuxd)
+
+allow qmuxd radio_device:chr_file { read write open };
+allow qmuxd radio_device:dir search;
+allow qmuxd radio_device:file { write open };
+allow qmuxd socket_device:dir { write remove_name add_name };
+allow qmuxd socket_device:sock_file { create unlink getattr setattr };
+allow qmuxd self:capability { setuid setpcap };
+allow qmuxd sysfs_wake_lock:file { open append };