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). --- config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index e51117b81..b977a3424 100644 --- a/config.h.in +++ b/config.h.in @@ -1365,9 +1365,6 @@ /* Sandbox using Darwin sandbox_init(3) */ #undef SANDBOX_DARWIN -/* no privsep sandboxing */ -#undef SANDBOX_NULL - /* Sandbox using setrlimit(2) */ #undef SANDBOX_RLIMIT -- cgit v1.2.3