summaryrefslogtreecommitdiffstats
path: root/mkarchroot
diff options
context:
space:
mode:
authorByron Clark <byron@theclarkfamily.name>2010-01-11 19:25:43 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2010-01-11 19:25:43 +0100
commit7ce9cd696515c9baf13f2181e64c2ea8df6a4b02 (patch)
tree777254db0596fb98b76fb879380c624aacba4895 /mkarchroot
parenta7d88845a8153fe0d4238fad3e271c93ebe34463 (diff)
downloaddevtools-7ce9cd696515c9baf13f2181e64c2ea8df6a4b02.tar.gz
devtools-7ce9cd696515c9baf13f2181e64c2ea8df6a4b02.tar.xz
Reset umask before touching the chroot.
This prevents problems when running with a umask that masks permissions for others. Signed-off-by: Byron Clark <byron@theclarkfamily.name> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'mkarchroot')
-rwxr-xr-xmkarchroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkarchroot b/mkarchroot
index b20e5a4..69fac22 100755
--- a/mkarchroot
+++ b/mkarchroot
@@ -107,6 +107,7 @@ chroot_umount ()
}
# }}}
+umask 000
if [ "$RUN" != "" ]; then
# run chroot {{{
#Sanity check