aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sandbox.conf')
-rw-r--r--etc/sandbox.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/sandbox.conf b/etc/sandbox.conf
index 2501e11..0d29a64 100644
--- a/etc/sandbox.conf
+++ b/etc/sandbox.conf
@@ -27,6 +27,17 @@
# Determine the use of color in the output. Default is "false" (ie, use color)
#NOCOLOR="false"
+# SANDBOX_METHOD
+#
+# Control how processes are monitored. See the README for system requirements
+# for each setting, as well as particular limitations. Changing this setting
+# is not recommended.
+#
+# Possible values:
+# any: (default) Use any method of tracing available on the system.
+# preload: Only use in-process LD_PRELOAD symbol interposing.
+#SANDBOX_METHOD="any"
+
#
# Namespace Section (Linux-only)