- dtucker@cvs.openbsd.org 2013/05/17 10:23:52
[regress/login-timeout.sh regress/reexec.sh regress/test-exec.sh] Use SUDO when cat'ing pid files and running the sshd log wrapper so that it works with a restrictive umask and the pid files are not world readable. Changes from -portable. (id sync only)
This commit is contained in:
parent
dd669173f9
commit
05b5e518c9
|
@ -72,6 +72,11 @@
|
||||||
[regress/try-ciphers.sh]
|
[regress/try-ciphers.sh]
|
||||||
use expr for math to keep diffs vs portable down
|
use expr for math to keep diffs vs portable down
|
||||||
(id sync only)
|
(id sync only)
|
||||||
|
- dtucker@cvs.openbsd.org 2013/05/17 10:23:52
|
||||||
|
[regress/login-timeout.sh regress/reexec.sh regress/test-exec.sh]
|
||||||
|
Use SUDO when cat'ing pid files and running the sshd log wrapper so that
|
||||||
|
it works with a restrictive umask and the pid files are not world readable.
|
||||||
|
Changes from -portable. (id sync only)
|
||||||
- (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it
|
- (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it
|
||||||
in portable and it's long gone in openbsd.
|
in portable and it's long gone in openbsd.
|
||||||
- (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange
|
- (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: login-timeout.sh,v 1.4 2005/02/27 23:13:36 djm Exp $
|
# $OpenBSD: login-timeout.sh,v 1.5 2013/05/17 10:23:52 dtucker Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="connect after login grace timeout"
|
tid="connect after login grace timeout"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: reexec.sh,v 1.6 2013/05/17 04:29:14 dtucker Exp $
|
# $OpenBSD: reexec.sh,v 1.7 2013/05/17 10:23:52 dtucker Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="reexec tests"
|
tid="reexec tests"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: test-exec.sh,v 1.42 2013/05/17 04:29:14 dtucker Exp $
|
# $OpenBSD: test-exec.sh,v 1.43 2013/05/17 10:23:52 dtucker Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
#SUDO=sudo
|
#SUDO=sudo
|
||||||
|
|
Loading…
Reference in New Issue