summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2013-10-03 09:02:24 -0500
committerNathan Straz <nstraz@redhat.com>2013-10-03 09:02:24 -0500
commit4fe61ef380ae7cadc207faea9a13d76028cc47a5 (patch)
tree89e0ec5303222d1abf896543ea84bff95e99e032
parent5be6d9068730e4772b67bdcf34ce6b53d0176b24 (diff)
downloadqarsh-4fe61ef380ae7cadc207faea9a13d76028cc47a5.tar.gz
qarsh-4fe61ef380ae7cadc207faea9a13d76028cc47a5.tar.xz
qarsh-4fe61ef380ae7cadc207faea9a13d76028cc47a5.zip
Make dynamic domtrans optional
The example from our SELinux devs used this construct so we're going to follow suit.
-rw-r--r--SELinux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/SELinux/Makefile b/SELinux/Makefile
index 1a0c6ee..87f7e58 100644
--- a/SELinux/Makefile
+++ b/SELinux/Makefile
@@ -20,7 +20,7 @@ interfaces := $(filter-out $(badinterfaces), $(allinterfaces))
qarshd.te.trans: $(selinux_devel)/policy.xml qarshd.bad-interfaces Makefile
@for d in $(interfaces); do \
- echo "$$d(qarshd_t)"; \
+ echo "optional_policy(\`$$d(qarshd_t)')"; \
done > $@
# Helpful target to see what is not needed in bad-interfaces