aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/smc_pa.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/smc_pa.te')
-rw-r--r--sepolicy/smc_pa.te8
1 files changed, 8 insertions, 0 deletions
diff --git a/sepolicy/smc_pa.te b/sepolicy/smc_pa.te
new file mode 100644
index 0000000..de15f41
--- /dev/null
+++ b/sepolicy/smc_pa.te
@@ -0,0 +1,8 @@
+# smc_pa
+type smc_pa, domain;
+type smc_pa_exec, exec_type, file_type;
+
+init_daemon_domain(smc_pa)
+
+allow smc_pa self:capability { dac_override };
+allow smc_pa smc_device:chr_file { read write open ioctl };