use different files for 'bcap' and 'ccap' for now
[util-vserver.git] / util-vserver / doc / configuration.xml
index 9155dde..d7aeb3c 100644 (file)
            install it at a temporary place.</description>
          </file>
        </dir>
+
+       <dir name="vprocunhide" type="fixed">
+         <file name="files">
+           <description>A list of files which will be made visibly by vprocunhide. Wildcards are
+           allowed and anything ending in '/' will be processed recursively. When this file exists,
+           it overrides the defaults in SYSDEFAULTDIR/vprocunhide-files.</description>
+         </file>
+       </dir>
       </dir>
     </dir>
 
            <description>The scope of the network interfaces.</description>
          </file>
          <file name="name">
-           <description>When this file exists, the interface will be named.</description>
+           <description>When this file exists, the interface will be named with the text in this file.</description>
+         </file>
+         <file name="nodev">
+           <description>When this file exists, the interface will be assumed to exist already. A
+           former name for this flag was 'only_ip' which is deprecated now.</description>
          </file>
        </dir>
       </dir>
          special keyword 'inf' is recognized.</description>
        </file>
       </dir>
+
+      <dir name="rlimits" type="fixed">
+       <description>see ulimits</description>
+      </dir>
+
+      <dir name="uts" type="fixed">
+       <file name="context">
+         <description>The context-name of the vserver</description>
+       </file>
+       <file name="sysname">
+         <description>The sysname of the vserver</description>
+       </file>
+       <file name="nodename">
+         <description>The node-/hostname of the vserver</description>
+       </file>
+       <file name="release">
+         <description>The OS-release of the vserver</description>
+       </file>
+       <file name="version">
+         <description>The OS-version of the vserver</description>
+       </file>
+       <file name="machine">
+         <description>The machine-type of the vserver</description>
+       </file>
+       <file name="domainname">
+         <description>The NIS domainname of the vserver</description>
+       </file>
+      </dir>
     </dir>
   </topleveldir>
 </cfgdirdoc>