From b2da507f5212c17669b91f7558b7ae8f7315eb83 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 28 Apr 2005 17:50:47 +0000 Subject: [PATCH] * added some markup * documented 'personality' git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2054 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/doc/configuration.xml | 47 +++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/util-vserver/doc/configuration.xml b/util-vserver/doc/configuration.xml index 941ec37..9e45e47 100644 --- a/util-vserver/doc/configuration.xml +++ b/util-vserver/doc/configuration.xml @@ -25,8 +25,8 @@ 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. +In this mode the /vservers directory must have +the 'barrier' attribute. Else, common chroot(2) exploits are possible. @@ -73,7 +73,7 @@ from this uri and install it at a temporary place. The file where output will be logged to when vshelper is invoked from the kernel. This should point somewhere e.g. into -/var/log. +/var/log. @@ -178,7 +178,8 @@ operation will fail. Most tools assume 'on' as the default value. -The default, yum-related content of the /etc directory. +The default, yum-related content of the /etc +directory. @@ -253,19 +254,19 @@ distribution. -Default content of the /etc/apt/ directory. +Default content of the /etc/apt/ directory. -Default content of the /etc/rpm directory. +Default content of the /etc/rpm directory. -Directory which overrides /usr/lib/rpm. +Directory which overrides /usr/lib/rpm. @@ -323,8 +324,8 @@ 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. +In this mode the /vservers directory must have +the 'barrier' attribute. Else, common chroot(2) exploits are possible. @@ -399,6 +400,14 @@ Contains the pathname of the shell which will be used by the "vserver ... enter" command. + + +Used to set the personality of the vserver. First line in the file +is the personality-type followed by flags (one item per line). See +/usr/include/linux/personality.h for possible +values. + + Contains per line a flag. See - + The fstab file for the vserver. Entries in this file will be mounted -within the network context of the vserver; this means that mount will -be called as chbind <options> mount .... Use -the 'fstab.local' file when you do not want this behavior, but in most -cases the 'fstab' file should be used. +within the network context of the host. Use the +fstab.remote file when you want that the +mounting happens in the network context of the vserver. In most cases +the 'fstab' file should be used. - + -The fstab file for the vserver. In opposite to the normal 'fstab' -file, the mounting happens in the local network context. Currently -there is no way to mix entries of both files; 'fstab' will be always -processed before 'fstab.local'. +The fstab file for the vserver. Entries in this file will be mounted +within the network context of the host; this means that mount will be +called as chbind <options> mount .... See +fstab also. -- 1.8.1.5