]> Frank Brehm's Git Trees - config/weimar/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorroot <root@weimar.pb.local>
Mon, 18 Jan 2016 11:23:09 +0000 (12:23 +0100)
committerroot <root@weimar.pb.local>
Mon, 18 Jan 2016 11:23:09 +0000 (12:23 +0100)
sandbox.conf

index dc460f0154508416c6987c78e912c7df728c3779..5f09ee45d423f6de5888aa6555a6439ede53a662 100644 (file)
 #NOCOLOR="false"
 
 
+#
+# 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
 #
@@ -64,7 +84,7 @@ SANDBOX_WRITE="/dev/zero:/dev/null:/dev/full"
 # Console device nodes
 SANDBOX_WRITE="/dev/console:/dev/tty:/dev/vc/:/dev/pty:/dev/tts"
 # Device filesystems
-SANDBOX_WRITE="/dev/pts/:/dev/shm"
+SANDBOX_WRITE="/dev/ptmx:/dev/pts/:/dev/shm"
 # Tempory storage
 SANDBOX_WRITE="/tmp/:/var/tmp/"
 # Needed for shells