summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2013-05-21 14:33:56 -0500
committerNathan Straz <nstraz@redhat.com>2013-05-21 16:19:11 -0500
commit3fac041e593c3581953e6294736e2db2ad53b709 (patch)
tree4809af63faf3d397644a6871f0091605a8be9ee5
parentcf328ce6c717e5834e6ac36270e2e941d75d47a4 (diff)
downloadqarsh-3fac041e593c3581953e6294736e2db2ad53b709.tar.gz
qarsh-3fac041e593c3581953e6294736e2db2ad53b709.tar.xz
qarsh-3fac041e593c3581953e6294736e2db2ad53b709.zip
Allow us to transition from init_t to qarshd_t
-rw-r--r--SELinux/qarshd.te.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/SELinux/qarshd.te.in b/SELinux/qarshd.te.in
index a7d40a0..df4d735 100644
--- a/SELinux/qarshd.te.in
+++ b/SELinux/qarshd.te.in
@@ -16,6 +16,7 @@ domain_type(qarshd_t);
# we don't want qarshd domain to be confined in any
# way as qarshd must be able to do all as root
unconfined_domain(qarshd_t);
+init_daemon_domain(qarshd_t,qarshd_exec_t)
# define qarshd as (x)inetd service with it's own domain
inetd_tcp_service_domain(qarshd_t,qarshd_exec_t);