summaryrefslogtreecommitdiffstats
path: root/m4/.gitignore
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2010-10-28 15:17:21 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-10-28 16:05:09 +0100
commit3b870aa9f9865754119e32cf3ff6beb154b4d9df (patch)
tree850cc2d9d4c3718dec2ea6f052f31924d3ea0283 /m4/.gitignore
parentf6e12eccb65bef3eb57631e54199d8b1610e7c5c (diff)
downloadfebootstrap-3b870aa9f9865754119e32cf3ff6beb154b4d9df.tar.gz
febootstrap-3b870aa9f9865754119e32cf3ff6beb154b4d9df.tar.xz
febootstrap-3b870aa9f9865754119e32cf3ff6beb154b4d9df.zip
Add -u and -g options to febootstrap-supermin-helper
Bash automatically resets euid to uid when it executes. This means that the effective user id of a program at the point it calls febootstrap-supermin-helper will be lost if any part of execution chain involved bash. This in turn can result in: * the generation of an incorrect checksum, which contains the uid. * the generation of supermin files with a mixture of owners The -u and -g options allow the caller to pass in an explicit user and group to run as. febootstrap-supermin-helper will set(u|g)id as appropriate.
Diffstat (limited to 'm4/.gitignore')
-rw-r--r--m4/.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore
index 97d2c1b..bbef2cd 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -90,3 +90,7 @@
/xvasprintf.m4
/asm-underscore.m4
/sys_wait_h.m4
+/getopt.m4
+/inttypes-pri.m4
+/inttypes.m4
+/xstrtol.m4