[selinux-policy: 2047/3172] trunk: fix monolithic building to correctly put USER lines in homedir_template.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:01:45 UTC 2010


commit 6627570e8588f668068630d25855550b2e9a8cab
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Tue Nov 11 14:22:57 2008 +0000

    trunk: fix monolithic building to correctly put USER lines in homedir_template.

 Rules.monolithic |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Rules.monolithic b/Rules.monolithic
index 1dde01a..0fb2f12 100644
--- a/Rules.monolithic
+++ b/Rules.monolithic
@@ -176,8 +176,8 @@ enableaudit: $(policy_conf)
 #
 $(fc): $(tmpdir)/$(notdir $(fc)).tmp $(fcsort)
 	$(verbose) $(fcsort) $< $@
-	$(verbose) $(GREP) -e HOME -e ROLE $@ > $(homedir_template)
-	$(verbose) $(SED) -i -e /HOME/d -e /ROLE/d $@
+	$(verbose) $(GREP) -e HOME -e ROLE -e USER $@ > $(homedir_template)
+	$(verbose) $(SED) -i -e /HOME/d -e /ROLE/d -e /USER/d $@
 
 $(tmpdir)/$(notdir $(fc)).tmp: $(m4support) $(tmpdir)/generated_definitions.conf $(all_fc_files)
 ifeq ($(all_fc_files),)


More information about the scm-commits mailing list