]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
make interfaces expand now that they aren't ifdef'd away
authorChris PeBenito <cpebenito@tresys.com>
Mon, 27 Mar 2006 15:43:20 +0000 (15:43 +0000)
committerChris PeBenito <cpebenito@tresys.com>
Mon, 27 Mar 2006 15:43:20 +0000 (15:43 +0000)
refpolicy/Rules.monolithic

index 0a84109537b06e36ee436c31bbe38c0f19232f54..b698153fca1d04f3ec08f97dfb9f3d99e12e9c16 100644 (file)
@@ -19,8 +19,8 @@ APPFILES += $(INSTALLDIR)/booleans
 
 # for monolithic policy use all base and module to create policy
 ALL_MODULES := $(strip $(BASE_MODS) $(MOD_MODS))
-
-ALL_INTERFACES := $(ALL_MODULES:.te=.if)
+# off module interfaces included to make sure all interfaces are expanded.
+ALL_INTERFACES := $(ALL_MODULES:.te=.if) $(OFF_MODS:.te=.if)
 ALL_TE_FILES := $(ALL_MODULES)
 ALL_FC_FILES := $(ALL_MODULES:.te=.fc)