From 868ea1ea1c1bfdbee5dbad78f81999c5983ecf31 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 17 Jan 2014 16:47:04 +1100 Subject: - (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@ --- sandbox-rlimit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sandbox-rlimit.c') diff --git a/sandbox-rlimit.c b/sandbox-rlimit.c index a0038633..da91eb1b 100644 --- a/sandbox-rlimit.c +++ b/sandbox-rlimit.c @@ -42,7 +42,7 @@ struct ssh_sandbox { }; struct ssh_sandbox * -ssh_sandbox_init(void) +ssh_sandbox_init(struct monitor *monitor) { struct ssh_sandbox *box; -- cgit v1.2.1