summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index b977a3424..6c4f2272a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -822,6 +822,9 @@
822/* Define to 1 if you have the `setgroups' function. */ 822/* Define to 1 if you have the `setgroups' function. */
823#undef HAVE_SETGROUPS 823#undef HAVE_SETGROUPS
824 824
825/* Define to 1 if you have the `setlinebuf' function. */
826#undef HAVE_SETLINEBUF
827
825/* Define to 1 if you have the `setlogin' function. */ 828/* Define to 1 if you have the `setlogin' function. */
826#undef HAVE_SETLOGIN 829#undef HAVE_SETLOGIN
827 830
@@ -1365,12 +1368,18 @@
1365/* Sandbox using Darwin sandbox_init(3) */ 1368/* Sandbox using Darwin sandbox_init(3) */
1366#undef SANDBOX_DARWIN 1369#undef SANDBOX_DARWIN
1367 1370
1371/* no privsep sandboxing */
1372#undef SANDBOX_NULL
1373
1368/* Sandbox using setrlimit(2) */ 1374/* Sandbox using setrlimit(2) */
1369#undef SANDBOX_RLIMIT 1375#undef SANDBOX_RLIMIT
1370 1376
1371/* Sandbox using seccomp filter */ 1377/* Sandbox using seccomp filter */
1372#undef SANDBOX_SECCOMP_FILTER 1378#undef SANDBOX_SECCOMP_FILTER
1373 1379
1380/* setrlimit RLIMIT_FSIZE works */
1381#undef SANDBOX_SKIP_RLIMIT_FSIZE
1382
1374/* Sandbox using systrace(4) */ 1383/* Sandbox using systrace(4) */
1375#undef SANDBOX_SYSTRACE 1384#undef SANDBOX_SYSTRACE
1376 1385