]> git.ipfire.org Git - people/stevee/selinux-policy.git/blobdiff - Rules.monolithic
Remove module for apt.
[people/stevee/selinux-policy.git] / Rules.monolithic
index 0fb2f12d05a2baad5d5066aeb1081273d1753682..5b0d53477615edbffacadda4d4ff4f8fb3f46fae 100644 (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