diff options
author | dlezcano <dlezcano> | 2009-02-12 14:48:25 +0000 |
---|---|---|
committer | dlezcano <dlezcano> | 2009-02-12 14:48:25 +0000 |
commit | 341a091c39862e34090653a85f518184e47d3d4d (patch) | |
tree | 7dbc24f094c10db601fb82aafac3f76b348d5e84 /doc | |
parent | setup the new pts instance (diff) | |
download | lxc-341a091c39862e34090653a85f518184e47d3d4d.tar.gz lxc-341a091c39862e34090653a85f518184e47d3d4d.tar.bz2 lxc-341a091c39862e34090653a85f518184e47d3d4d.zip |
Update the man according new devpts instance
From: Daniel Lezcano <dlezcano@fr.ibm.com>
Update the man page with the new devpts instance option.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lxc.conf.sgml.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in index a616694..66ea4d5 100644 --- a/doc/lxc.conf.sgml.in +++ b/doc/lxc.conf.sgml.in @@ -244,6 +244,31 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA </refsect2> <refsect2> + <title>New pseudo tty instance (devpts)</title> + <para> + For stricter isolation the container can have its own private + instance of the pseudo tty. + </para> + <variablelist> + <varlistentry> + <term> + <option>lxc.pts</option> + </term> + <listitem> + <para> + Specify the container should have a new pseudo tty + instance making this private to it. The value specified + is ignored for but it is preferable to specify a + consistent value representing the maximum number of + pseudo tty allowed for pts instance either if it is + ignored for now. + </para> + </listitem> + </varlistentry> + </variablelist> + </refsect2> + + <refsect2> <title>Console through the ttys</title> <para> If the container is configured with a root filesystem and the |