X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-nspawn.xml;h=ffd707092c013d87553066f9ac46ff26a4cd2275;hb=c8a202b7d47f9d6bba3100a208abdadfc383499e;hp=8f92b8430461ce2efd6216df824255a048cd9956;hpb=db999e0f923ca6c2c1b919d0f1c916472f209e62;p=elogind.git diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 8f92b8430..ffd707092 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -277,7 +277,34 @@ the container. This makes all network interfaces unavailable in the container, with the exception of the - loopback device. + loopback device and those specified + with + . If + this option is specified the + CAP_NET_ADMIN capability will be added + to the set of capabilities the + container retains. The latter may be + disabled by using + . + + + + + + Assign the specified + network interface to the + container. This will move the + specified interface from the calling + namespace and place it in the + container. When the container + terminates it is moved back to the + host namespace. Note that + + implies + . This + option may be used more than once to + add multiple network interfaces to the + container. @@ -311,7 +338,13 @@ CAP_SYS_PTRACE, CAP_SYS_TTY_CONFIG, CAP_SYS_RESOURCE, CAP_SYS_BOOT, CAP_AUDIT_WRITE, - CAP_AUDIT_CONTROL. + CAP_AUDIT_CONTROL. Also CAP_NET_ADMIN + is retained if + is + specified. If the special value + all is passed all + capabilities are + retained.