diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-03 02:37:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-03 02:37:31 +0000 |
commit | c60042025da820772fb142ddcb369ac83020645d (patch) | |
tree | ecd6648b8026289d6986b259c9adb6700ae20160 | |
parent | c6d68f0da924a2127d6bbc598b5371ebb207eb42 (diff) |
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.
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 4 |
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 |