summaryrefslogtreecommitdiff
path: root/regress/cert-hostkey.sh
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2018-10-31 11:09:27 +0000
committerDarren Tucker <dtucker@dtucker.net>2018-11-22 16:24:20 +1100
commitf72d0f52effca5aa20a193217346615ecd3eed53 (patch)
treeb1dab3355aec83074d4a2d16f61ad43877379729 /regress/cert-hostkey.sh
parent35d0e5fefc419bddcbe09d7fc163d8cd3417125b (diff)
downloadopenssh-git-f72d0f52effca5aa20a193217346615ecd3eed53.tar.gz
upstream: UsePrivilegeSeparation no is deprecated
test "yes" and "sandbox". OpenBSD-Regress-ID: 80e685ed8990766527dc629b1affc09a75bfe2da
Diffstat (limited to 'regress/cert-hostkey.sh')
-rw-r--r--regress/cert-hostkey.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/cert-hostkey.sh b/regress/cert-hostkey.sh
index d2ecd318..3ce77796 100644
--- a/regress/cert-hostkey.sh
+++ b/regress/cert-hostkey.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: cert-hostkey.sh,v 1.16 2018/07/03 11:43:49 djm Exp $
+# $OpenBSD: cert-hostkey.sh,v 1.17 2018/10/31 11:09:27 dtucker Exp $
# Placed in the Public Domain.
tid="certified host keys"
@@ -127,7 +127,7 @@ attempt_connect() {
}
# Basic connect and revocation tests.
-for privsep in yes no ; do
+for privsep in yes sandbox ; do
for ktype in $PLAIN_TYPES ; do
verbose "$tid: host ${ktype} cert connect privsep $privsep"
(
@@ -165,7 +165,7 @@ for ktype in $PLAIN_TYPES ; do
kh_revoke cert_host_key_${ktype}.pub >> $OBJ/known_hosts-cert.orig
done
cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
-for privsep in yes no ; do
+for privsep in yes sandbox ; do
for ktype in $PLAIN_TYPES ; do
verbose "$tid: host ${ktype} revoked cert privsep $privsep"
(