upstream: prepare for PerSourcePenalties being enabled by default

in future

OpenBSD-Regress-ID: 5236c6d1c823997aac5a35e2915da30f1903bec7
This commit is contained in:
djm@openbsd.org 2024-06-06 18:48:13 +00:00 committed by Damien Miller
parent c0cb3b8c83
commit e6ea3d2245
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: test-exec.sh,v 1.111 2024/05/17 01:45:22 djm Exp $
# $OpenBSD: test-exec.sh,v 1.112 2024/06/06 18:48:13 djm Exp $
# Placed in the Public Domain.
#SUDO=sudo
@ -622,6 +622,7 @@ cat << EOF > $OBJ/sshd_config
AcceptEnv _XXX_TEST
Subsystem sftp $SFTPSERVER
SshdSessionPath $SSHD_SESSION
PerSourcePenalties no
EOF
# This may be necessary if /usr/src and/or /usr/obj are group-writable,