From ab23bb905cc5c575aeabed3b3530cd8c6fb3cb41 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mar 27 2006 15:43:20 +0000 Subject: make interfaces expand now that they aren't ifdef'd away --- diff --git a/refpolicy/Rules.monolithic b/refpolicy/Rules.monolithic index 0a84109..b698153 100644 --- a/refpolicy/Rules.monolithic +++ b/refpolicy/Rules.monolithic @@ -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)