diff options
Diffstat (limited to 'etc/sandbox.conf')
-rw-r--r-- | etc/sandbox.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/sandbox.conf b/etc/sandbox.conf index 1d7655c..5f09ee4 100644 --- a/etc/sandbox.conf +++ b/etc/sandbox.conf @@ -29,6 +29,26 @@ # +# Namespace Section (Linux-only) +# + +# Global knob to control all namespaces. +#NAMESPACES_ENABLE="no" + +# Knobs for different types of namespaces. If the runtime doesn't support a +# particular type, it will be automatically skipped. Default to off as these +# are currently experimental. +# For more details on each type, see the namespaces(7) manpage. +#NAMESPACE_IPC_ENABLE="no" +#NAMESPACE_MNT_ENABLE="no" +#NAMESPACE_NET_ENABLE="no" +#NAMESPACE_PID_ENABLE="no" +#NAMESPACE_SYSV_ENABLE="no" +#NAMESPACE_USER_ENABLE="no" +#NAMESPACE_UTS_ENABLE="no" + + +# # ACCESS Section # |