From 15784261dfaece73ef53f5beb5d3917a95dc1ae4 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 26 May 2012 01:44:40 +0100 Subject: Add a sandbox fallback mechanism, so that behaviour on Linux depends on whether the running system's kernel has seccomp_filter support, not the build system's kernel (forwarded upstream as https://bugzilla.mindrot.org/show_bug.cgi?id=2011). --- sshd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshd.c') diff --git a/sshd.c b/sshd.c index e032c1720..038fb2a56 100644 --- a/sshd.c +++ b/sshd.c @@ -631,7 +631,7 @@ privsep_preauth(Authctxt *authctxt) { int status; pid_t pid; - struct ssh_sandbox *box = NULL; + void *box = NULL; /* Set up unprivileged child process to deal with network data */ pmonitor = monitor_init(); -- cgit v1.2.3