From d002827b03d78e31503a6b706ad4b4049ebf9a07 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 4 Feb 2014 22:56:07 +0100 Subject: 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 --- man/systemd-nspawn.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/systemd-nspawn.xml') 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 @@ Sets the mandatory - access control (MAC) file label to be - used by tmpfs file systems in the - container. + access control (MAC/SELinux) file + label to be used by virtual API file + systems in the container. @@ -264,7 +264,7 @@ Sets the mandatory - access control (MAC) label to be used by + access control (MAC/SELinux) label to be used by processes in the container. -- cgit v1.2.3-54-g00ecf