Install the seusers file for monolithic policy.

This commit is contained in:
Chris PeBenito 2009-10-23 11:20:07 -04:00
parent a1a45de06e
commit cee508bcb5
1 changed files with 5 additions and 1 deletions

View File

@ -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