diff --git a/Rules.monolithic b/Rules.monolithic index 0fb2f12..5b0d534 100644 --- a/Rules.monolithic +++ b/Rules.monolithic @@ -23,7 +23,7 @@ M4PARAM += -D self_contained_policy # install paths loadpath = $(policypath)/$(notdir $(polver)) -appfiles += $(installdir)/booleans $(userpath)/local.users +appfiles += $(installdir)/booleans $(installdir)/seusers $(userpath)/local.users # for monolithic policy use all base and module to create policy all_modules := $(strip $(base_mods) $(mod_mods)) @@ -238,6 +238,10 @@ $(appdir)/customizable_types: $(policy_conf) $(verbose) $(GREP) '^[[:blank:]]*type .*customizable' $< | cut -d';' -f1 | cut -d',' -f1 | cut -d' ' -f2 | $(SORT) -u > $(tmpdir)/customizable_types $(verbose) $(INSTALL) -m 644 $(tmpdir)/customizable_types $@ +$(installdir)/seusers: $(seusers) + @mkdir -p $(installdir) + $(verbose) $(INSTALL) -m 644 $^ $@ + ######################################## # # Clean the sources