diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-04 22:56:07 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-04 22:56:07 +0100 |
commit | d002827b03d78e31503a6b706ad4b4049ebf9a07 (patch) | |
tree | 7fbdb2401eda38c4607d22ccb21cabc06a34e1cd /man | |
parent | a8828ed93878b4b4866d40ebfb660e54995ff72e (diff) |
nspawn: various fixes in selinux hookup
- As suggested, prefix argument variables with "arg_" how we do this
usually.
- As suggested, don't involve memory allocations when storing command
line arguments.
- Break --help text at 80 chars
- man: explain that this is about SELinux
- don't do unnecessary memory allocations when putting together mount
option string
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 08b0457d16..c5d90c4233 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -253,9 +253,9 @@ <term><option>--file-label=</option></term> <listitem><para>Sets the mandatory - access control (MAC) file label to be - used by tmpfs file systems in the - container.</para> + access control (MAC/SELinux) file + label to be used by virtual API file + systems in the container.</para> </listitem> </varlistentry> @@ -264,7 +264,7 @@ <term><option>--process-label=</option></term> <listitem><para>Sets the mandatory - access control (MAC) label to be used by + access control (MAC/SELinux) label to be used by processes in the container.</para> </listitem> </varlistentry> |