From 4fe61ef380ae7cadc207faea9a13d76028cc47a5 Mon Sep 17 00:00:00 2001 From: Nathan Straz Date: Thu, 3 Oct 2013 09:02:24 -0500 Subject: Make dynamic domtrans optional The example from our SELinux devs used this construct so we're going to follow suit. --- SELinux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit