diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-08-26 11:02:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-08-26 11:02:28 +0200 |
commit | 762a5766dc65058c245c87d326ae3d403d85ea06 (patch) | |
tree | d06bc90439bca1433a52b65c77888978695c89a6 | |
parent | 0d6868f9ae83c06b23676eec0726e1f37adce30e (diff) |
man: minor extension to the machinectl man page
s/an/any/, as reported by Vito Caputo.
Also mention explicitly that the security properties (i.e. SELinux) are
also isolated when "machinectl shell" is used.
-rw-r--r-- | man/machinectl.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml index 6cf405ed29..e2be017427 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -429,8 +429,9 @@ the new session from the originating session, so that it shares no process or session properties, and is in a clean and well-defined state. It will be tracked in a new utmp, login, - audit and keyring session, and will not inherit an environment - variables or resource limits, among other properties.</para> + audit, security and keyring session, and will not inherit any + environment variables or resource limits, among other + properties.</para> <para>Note that the <citerefentry><refentrytitle>systemd-run</refentrytitle><manvolnum>1</manvolnum></citerefentry> |