summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-10-03 02:37:30 +0000
committerderaadt <deraadt@openbsd.org>2015-10-03 02:37:30 +0000
commitd621990e9bc96a846df8b5fbbaec5c878fbbd56f (patch)
tree0cf482021a8a98c4f4f3a609ac6128ea1d4c0180 /usr.bin/ssh
parentpatch appears to work fully with tame "stdio rpath wpath cpath tmppath fattr". (diff)
downloadwireguard-openbsd-d621990e9bc96a846df8b5fbbaec5c878fbbd56f.tar.xz
wireguard-openbsd-d621990e9bc96a846df8b5fbbaec5c878fbbd56f.zip
switch from using the systrace-based sandbox to the tame-based sandbox.
discussed it at length with djm -- i think it is time to give this a trial in snapshots.
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/sshd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index f5ca82cea7b..329071193d1 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.85 2015/03/03 21:21:13 djm Exp $
+# $OpenBSD: Makefile,v 1.86 2015/10/03 02:37:30 deraadt Exp $
.PATH: ${.CURDIR}/..
.include "${.CURDIR}/../Makefile.inc"
@@ -17,7 +17,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c \
auth2-none.c auth2-passwd.c auth2-pubkey.c \
monitor_mm.c monitor.c monitor_wrap.c \
sftp-server.c sftp-common.c \
- roaming_common.c roaming_serv.c sandbox-systrace.c
+ roaming_common.c roaming_serv.c sandbox-tame.c
.if (${SSH1:L} == "yes")
SRCS+= auth-rsa.c auth-rh-rsa.c auth1.c