diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-13 02:45:11 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-13 02:45:11 +0100 |
commit | 39ed67d14694983dabd6641c02216aa440eed767 (patch) | |
tree | 462dbc0b766b683ba5159975aec601b22c334e60 /man/systemd-nspawn.xml | |
parent | 89fffa2735ea975b3716ee47820d194bd86cce5f (diff) |
nspawn: introduce --capability=all for retaining all capabilities
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 8f92b84304..ba2c5a487b 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -310,8 +310,11 @@ CAP_SYS_CHROOT, CAP_SYS_NICE, CAP_SYS_PTRACE, CAP_SYS_TTY_CONFIG, CAP_SYS_RESOURCE, CAP_SYS_BOOT, - CAP_AUDIT_WRITE, - CAP_AUDIT_CONTROL.</para></listitem> + CAP_AUDIT_WRITE, CAP_AUDIT_CONTROL. If + the special value + <literal>all</literal> is passed all + capabilities are + retained.</para></listitem> </varlistentry> <varlistentry> |