summaryrefslogtreecommitdiffstats
path: root/sepolicy/smc_pa_ctrl.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/smc_pa_ctrl.te')
-rw-r--r--sepolicy/smc_pa_ctrl.te6
1 files changed, 6 insertions, 0 deletions
diff --git a/sepolicy/smc_pa_ctrl.te b/sepolicy/smc_pa_ctrl.te
new file mode 100644
index 0000000..dfaaea5
--- /dev/null
+++ b/sepolicy/smc_pa_ctrl.te
@@ -0,0 +1,6 @@
+# smc_pa_ctrl
+type smc_pa_ctrl, domain;
+type smc_pa_ctrl_exec, exec_type, file_type;
+init_daemon_domain(smc_pa_ctrl)
+
+allow smc_pa_ctrl tee_device:chr_file rw_file_perms;