X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsystemd-nspawn.xml;h=b6f2c278dade05adf246d682cc58828197e08318;hb=976c46f84f896782fa1e839904ab74cc4460c7b0;hp=a926a7e5d3d18545890f68856b524c846c7b2639;hpb=bc2f673ec24b59948fcfc35b3077fda0314e69d8;p=elogind.git diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index a926a7e5d..b6f2c278d 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -114,6 +114,11 @@ two containers is complete and the containers will share very few runtime objects except for the underlying file system. + + systemd-nspawn implements the + Container + Interface specification. @@ -206,6 +211,30 @@ container. + + + + List one or more + additional capabilities to grant the + container. Takes a comma separated + list of capability names, see + capabilities7 + for more information. Note that the + the following capabilities will be + granted in any way: CAP_CHOWN, + CAP_DAC_OVERRIDE, CAP_DAC_READ_SEARCH, + CAP_FOWNER, CAP_FSETID, CAP_IPC_OWNER, + CAP_KILL, CAP_LEASE, + CAP_LINUX_IMMUTABLE, + CAP_NET_BIND_SERVICE, + CAP_NET_BROADCAST, CAP_NET_RAW, + CAP_SETGID, CAP_SETFCAP, CAP_SETPCAP, + CAP_SETUID, CAP_SYS_ADMIN, + CAP_SYS_CHROOT, CAP_SYS_NICE, + CAP_SYS_PTRACE, CAP_SYS_TTY_CONFIG, + CAP_SYS_RESOURCE. + +