summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2012-05-26 01:44:40 +0100
committerColin Watson <cjwatson@debian.org>2012-05-26 01:44:40 +0100
commit15784261dfaece73ef53f5beb5d3917a95dc1ae4 (patch)
treec39ee6c8ff10efca0e0060d6db07780667832eeb /config.h.in
parent9fce61538243d8d04d6cf174e118df6c4ece351d (diff)
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).
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
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 @@
1365/* Sandbox using Darwin sandbox_init(3) */ 1365/* Sandbox using Darwin sandbox_init(3) */
1366#undef SANDBOX_DARWIN 1366#undef SANDBOX_DARWIN
1367 1367
1368/* no privsep sandboxing */
1369#undef SANDBOX_NULL
1370
1371/* Sandbox using setrlimit(2) */ 1368/* Sandbox using setrlimit(2) */
1372#undef SANDBOX_RLIMIT 1369#undef SANDBOX_RLIMIT
1373 1370