diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-17 04:29:38 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-17 04:29:38 +0200 |
commit | d9648acbb6b9535a547c5100cf007303d620d6da (patch) | |
tree | ba781522b12333ec58772a993810f68022ee6ca6 /bin | |
parent | 8ace84efc4ec7cc23fca24ea2d3a6d9c730fa048 (diff) | |
download | jenkins.debian.net-d9648acbb6b9535a547c5100cf007303d620d6da.tar.xz |
reproducible arch: fixup perms to fix sudo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_arch_schroot_setup.sh | 2 |
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() { |