From: Stéphane Graber Date: Wed, 16 Jul 2014 01:32:46 +0000 (-0400) Subject: doc: Mention that veth.pair is ignored for unpriv X-Git-Tag: lxc-1.0.6~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f000ac33296beb7f1edc3ace29412c4fc010383f;p=thirdparty%2Flxc.git doc: Mention that veth.pair is ignored for unpriv veth.pair is ignore for unprivileged containers as allowing an unprivileged user to set a specific device name would allow them to trigger actions in tools like NetworkManager or other uevent based handlers that may react based on specific names or prefixes being used. Signed-off-by: Stéphane Graber --- diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index d3533de54..3d1647fca 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -259,7 +259,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA by lxc, but if you wish to handle this name yourself, you can tell lxc to set a specific name with - the option. + the option (except for + unprivileged containers where this option is ignored for security + reasons).