aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-21 01:18:53 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-21 01:18:53 -0400
commitaf672fbde6c6fe9b778f557f7b2b2ec149b02dc5 (patch)
tree845133f26e0d23d831a4d80dd860a60816250a91 /etc
parenttests: handle fd leakage from GNU make jobservers (diff)
downloadsandbox-af672fbde6c6fe9b778f557f7b2b2ec149b02dc5.tar.gz
sandbox-af672fbde6c6fe9b778f557f7b2b2ec149b02dc5.tar.bz2
sandbox-af672fbde6c6fe9b778f557f7b2b2ec149b02dc5.zip
namespaces: add support for cgroup & time
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/sandbox.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/sandbox.conf b/etc/sandbox.conf
index 0d29a64..d8a6550 100644
--- a/etc/sandbox.conf
+++ b/etc/sandbox.conf
@@ -50,11 +50,13 @@
# 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_CGROUP_ENABLE="no"
#NAMESPACE_IPC_ENABLE="no"
#NAMESPACE_MNT_ENABLE="no"
#NAMESPACE_NET_ENABLE="no"
#NAMESPACE_PID_ENABLE="no"
#NAMESPACE_SYSV_ENABLE="no"
+#NAMESPACE_TIME_ENABLE="no"
#NAMESPACE_USER_ENABLE="no"
#NAMESPACE_UTS_ENABLE="no"