diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-08-02 04:55:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-02 04:55:10 +0200 |
commit | 4f755fc6ab8b75f89ed84c93cd5c3fac2a448b16 (patch) | |
tree | b6dad3b0ae4e80cdad7244a361df5d6b79a172bc | |
parent | a41fe3a29372f8e6c4e7733bf85940a023811301 (diff) |
man: nspawn fixes
-rw-r--r-- | man/systemd-nspawn.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 8b37519ad5..490c6c2cd5 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -69,11 +69,12 @@ to various kernel interfaces in the container to read-only, such as <filename>/sys</filename>, <filename>/proc/sys</filename> or - <filename>/selinux</filename>. Network interfaces and - the system clock may not be changed from within the - container. Device nodes may not be created. The host - system cannot be rebooted and kernel modules may not - be loaded from within the container.</para> + <filename>/sys/fs/selinux</filename>. Network + interfaces and the system clock may not be changed + from within the container. Device nodes may not be + created. The host system cannot be rebooted and kernel + modules may not be loaded from within the + container.</para> <para>Note that even though these security precautions are taken <command>systemd-nspawn</command> is not @@ -142,7 +143,7 @@ <varlistentry> <term><option>--user=</option></term> - <term><option>--u</option></term> + <term><option>-u</option></term> <listitem><para>Run the command under specified user, create home |