summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-17 04:29:38 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-17 04:29:38 +0200
commitd9648acbb6b9535a547c5100cf007303d620d6da (patch)
treeba781522b12333ec58772a993810f68022ee6ca6 /bin
parent8ace84efc4ec7cc23fca24ea2d3a6d9c730fa048 (diff)
downloadjenkins.debian.net-d9648acbb6b9535a547c5100cf007303d620d6da.tar.xz
reproducible arch: fixup perms to fix sudo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_arch_schroot_setup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_arch_schroot_setup.sh b/bin/reproducible_arch_schroot_setup.sh
index bff33b23..cd563f73 100755
--- a/bin/reproducible_arch_schroot_setup.sh
+++ b/bin/reproducible_arch_schroot_setup.sh
@@ -39,6 +39,8 @@ bootstrap() {
mv $SCHROOT_TARGET $SCHROOT_BASE/$TARGET
mkdir $SCHROOT_BASE/$TARGET/proc $SCHROOT_BASE/$TARGET/sys
chmod 555 $SCHROOT_BASE/$TARGET/proc $SCHROOT_BASE/$TARGET/sys
+ # mktemp creates directories with 700 perms
+ chmod 755 $SCHROOT_BASE/$TARGET
}
cleanup() {