projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ac88c
)
testing: tighten up the umask before sshd launch, so that the socket is not exposed...
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Tue, 28 Oct 2008 22:26:10 +0000
(18:26 -0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Tue, 28 Oct 2008 22:26:10 +0000
(18:26 -0400)
tests/basic
patch
|
blob
|
history
diff --git
a/tests/basic
b/tests/basic
index 9c3796cd516d770e9168d05b05830c4a3d75eed5..d82719df8ad9d1d4bf103e635a9e7c375a021682 100755
(executable)
--- a/
tests/basic
+++ b/
tests/basic
@@
-20,6
+20,7
@@
gpgadmin() {
}
launch_sshd() {
+ umask 0077
socat EXEC:"/usr/sbin/sshd -f ${SSHD_CONFIG} -i -D -e" "UNIX-LISTEN:${SOCKET}" 2> "$TEMPDIR"/sshd.log &
export SSHD_PID=$!