From d9648acbb6b9535a547c5100cf007303d620d6da Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 17 Oct 2015 04:29:38 +0200 Subject: reproducible arch: fixup perms to fix sudo --- bin/reproducible_arch_schroot_setup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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() { -- cgit v1.2.3-70-g09d2