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, 0 insertions, 8 deletions
diff --git a/sepolicy/smc_pa.te b/sepolicy/smc_pa.te
deleted file mode 100644
index de15f41..0000000
--- a/sepolicy/smc_pa.te
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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 };