aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/idd.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/idd.te')
-rw-r--r--sepolicy/idd.te9
1 files changed, 9 insertions, 0 deletions
diff --git a/sepolicy/idd.te b/sepolicy/idd.te
index 218bc0c..a840e9b 100644
--- a/sepolicy/idd.te
+++ b/sepolicy/idd.te
@@ -13,3 +13,12 @@ type_transition iddd system_data_file:file iddd_file;
type credmgr, domain;
type credmgr_exec, exec_type, file_type;
init_daemon_domain(credmgr);
+
+
+type scd, domain;
+type scd_exec, exec_type, file_type;
+init_daemon_domain(scd)
+
+type wv,domain;
+type wv_exec, exec_type, file_type;
+init_daemon_domain(wv)