diff options
author | Damien Miller <djm@mindrot.org> | 2014-01-17 06:47:04 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-01-17 06:47:04 +0100 |
commit | 868ea1ea1c1bfdbee5dbad78f81999c5983ecf31 (patch) | |
tree | cd0d26dd73bc147951ef9a3aeb967448912e9c4f /sandbox-darwin.c | |
parent | - dtucker@cvs.openbsd.org 2014/01/17 05:26:41 (diff) | |
download | openssh-868ea1ea1c1bfdbee5dbad78f81999c5983ecf31.tar.xz openssh-868ea1ea1c1bfdbee5dbad78f81999c5983ecf31.zip |
- (djm) [Makefile.in configure.ac sandbox-capsicum.c sandbox-darwin.c]
[sandbox-null.c sandbox-rlimit.c sandbox-seccomp-filter.c]
[sandbox-systrace.c ssh-sandbox.h sshd.c] Support preauth sandboxing
using the Capsicum API introduced in FreeBSD 10. Patch by Dag-Erling
Smorgrav, updated by Loganaden Velvindron @ AfriNIC; ok dtucker@
Diffstat (limited to 'sandbox-darwin.c')
-rw-r--r-- | sandbox-darwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox-darwin.c b/sandbox-darwin.c index 69901ef14..35f0c4d1a 100644 --- a/sandbox-darwin.c +++ b/sandbox-darwin.c @@ -40,7 +40,7 @@ struct ssh_sandbox { }; struct ssh_sandbox * -ssh_sandbox_init(void) +ssh_sandbox_init(struct monitor *monitor) { struct ssh_sandbox *box; |