diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-20 22:10:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-20 22:10:42 +0100 |
commit | 420c7379fb96a188459690a634d0fede55721183 (patch) | |
tree | d22773da6a86e39fd0918c76cd23fcee61ef9a21 /man/systemd-nspawn.xml | |
parent | 1b5995b0395fda2c495579a21b73698d1099c487 (diff) |
nspawn: add new --drop-capability= switch
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 3707a5ec94..75d2e6d72e 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -304,6 +304,16 @@ </varlistentry> <varlistentry> + <term><option>--drop-capability=</option></term> + + <listitem><para>Specify one or more + additional capabilities to drop for + the container. This allows running the + container with fewer capabilities than + the default (see above).</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--link-journal=</option></term> <listitem><para>Control whether the |