diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-11 20:20:54 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-11 20:20:54 +0100 |
commit | 1810e3dc6218afd69c469cfb816254730a0ef4e3 (patch) | |
tree | 3794c370a896484d10df2d46205be034ec170e55 /man | |
parent | 699b6b3491dc265ead79602404ad67ccdacae302 (diff) |
man: improve nspawn's --user= documentation
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 61b03fa7fb..648a8cd19a 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -219,13 +219,15 @@ <term><option>-u</option></term> <term><option>--user=</option></term> - <listitem><para>Run the command - under specified user, create home - directory and cd into it. As rest - of systemd-nspawn, this is not - the security feature and limits - against accidental changes only. - </para></listitem> + <listitem><para>After transitioning + into the container, change to the + specified user defined in the + container's user database. Like all + other systemd-nspawn features, this is + not a security feature and provides + protection against accidental + destructive operations + only.</para></listitem> </varlistentry> <varlistentry> |