From 6840e9b8b7bfafae69c91a262fafca7eeae2bb59 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Mon, 7 Feb 2005 18:01:48 +0000 Subject: [PATCH] documented the *namespace options git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1857 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/doc/configuration.xml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/util-vserver/doc/configuration.xml b/util-vserver/doc/configuration.xml index f5426e1..86d9241 100644 --- a/util-vserver/doc/configuration.xml +++ b/util-vserver/doc/configuration.xml @@ -17,7 +17,18 @@ /vservers A link to the default vserver rootdirectory. - + + + + +Disable namespace usage globally. It can be overridden for a single +vserver by setting the 'namespace' flag there. + +In this mode the /vservers directory must have the 'barrier' +attribute. Else, common chroot(2) exploits are possible. + + + Path of the vserver run reverse directory. This directory contains @@ -262,6 +273,23 @@ url="http://savannah.nongnu.org/cgi-bin/viewcvs/util-vserver/util-vserver/lib/cc for possible values. + + + +Overrides the global 'nonamespace' flag and enables namespace usage +for the current vserver. + + + + + +Disables namespace usage for the current vserver. + +In this mode the /vservers directory must have the 'barrier' +attribute. Else, common chroot(2) exploits are possible. + + + [experimental; name is subject of possible change] Contains the -- 1.8.1.5