aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-02-01 20:08:54 +0100
committerJason Zaman <perfinion@gentoo.org>2021-02-06 12:54:11 -0800
commita261f848d3d423e370ef93f259e7661fbb5fc1ff (patch)
tree476b95b5fb46bac20e5f53cb89380ee8046373cf /Rules.monolithic
parentRules.monolithic: tweak checkpolicy arguments (diff)
downloadhardened-refpolicy-a261f848d3d423e370ef93f259e7661fbb5fc1ff.tar.gz
hardened-refpolicy-a261f848d3d423e370ef93f259e7661fbb5fc1ff.tar.bz2
hardened-refpolicy-a261f848d3d423e370ef93f259e7661fbb5fc1ff.zip
Rules.monolithic: drop dead variable
USEPWD is nowhere declared or documented. Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'Rules.monolithic')
-rw-r--r--Rules.monolithic2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.monolithic b/Rules.monolithic
index 1696021f8..5ccd78751 100644
--- a/Rules.monolithic
+++ b/Rules.monolithic
@@ -217,7 +217,7 @@ $(fcpath): $(fc) $(loadpath) $(userpath)/system.users
@$(INSTALL) -d -m 0755 $(@D)
$(verbose) $(INSTALL) -m 0644 $(fc) $(fcpath)
$(verbose) $(INSTALL) -m 0644 $(homedir_template) $(homedirpath)
- $(verbose) $(UMASK) 022 ; $(genhomedircon) -d $(topdir) -t $(NAME) $(USEPWD)
+ $(verbose) $(UMASK) 022 ; $(genhomedircon) -d $(topdir) -t $(NAME)
########################################
#