diff options
author | Damien Miller <djm@mindrot.org> | 2014-01-17 16:47:04 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-01-17 16:47:04 +1100 |
commit | 868ea1ea1c1bfdbee5dbad78f81999c5983ecf31 (patch) | |
tree | cd0d26dd73bc147951ef9a3aeb967448912e9c4f /sandbox-rlimit.c | |
parent | a9d186a8b50d18869a10e9203abf71c83ddb1f79 (diff) |
- (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-rlimit.c')
-rw-r--r-- | sandbox-rlimit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox-rlimit.c b/sandbox-rlimit.c index a00386337..da91eb1b9 100644 --- a/sandbox-rlimit.c +++ b/sandbox-rlimit.c | |||
@@ -42,7 +42,7 @@ struct ssh_sandbox { | |||
42 | }; | 42 | }; |
43 | 43 | ||
44 | struct ssh_sandbox * | 44 | struct ssh_sandbox * |
45 | ssh_sandbox_init(void) | 45 | ssh_sandbox_init(struct monitor *monitor) |
46 | { | 46 | { |
47 | struct ssh_sandbox *box; | 47 | struct ssh_sandbox *box; |
48 | 48 | ||