From: Zbigniew Jędrzejewski-Szmek Date: Mon, 5 Oct 2020 12:27:04 +0000 (+0200) Subject: man: reword description of KillOnlyUsers=/KillExcludeUsers= X-Git-Tag: v247-rc1~122^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41b6ae4da3d3e1360a9f78ca3e1176a3bfe2ec2d;p=thirdparty%2Fsystemd.git man: reword description of KillOnlyUsers=/KillExcludeUsers= Fixes #17177. --- diff --git a/man/homectl.xml b/man/homectl.xml index f869b3352c6..8afe993dac1 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -359,9 +359,9 @@ (e.g. /dev/hidraw1), referring to a FIDO2 security token implementing the hmac-secret extension that shall be able to unlock the user account. A random salt value is generated on the host and passed to the FIDO2 device, which calculates a HMAC hash of the - salt combined with an internal secret key. The result is then used as the key to unlock the user - account. The random salt is included in the user record, so that whenever authentication is needed it - can be passed again to the FIDO2 token again. + salt using an internal secret key. The result is then used as the key to unlock the user account. The + random salt is included in the user record, so that whenever authentication is needed it can be + passed to the FIDO2 token again. Instead of a valid path to a FIDO2 hidraw device the special strings list and auto may be specified. If list is diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 97d11da03fa..7857073acac 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -125,16 +125,16 @@ KillOnlyUsers= KillExcludeUsers= - These settings take space-separated lists of usernames that override - the KillUserProcesses= setting. A user name may be added to - KillExcludeUsers= to exclude the processes in the session scopes of - that user from being killed even if KillUserProcesses=yes is set. If - KillExcludeUsers= is not set, the root user is - excluded by default. KillExcludeUsers= may be set to an empty value - to override this default. If a user is not excluded, KillOnlyUsers= - is checked next. If this setting is specified, only the session scopes of those users - will be killed. Otherwise, users are subject to the - KillUserProcesses=yes setting. + These settings take space-separated lists of usernames that override the + KillUserProcesses= setting. A user name may be added to + KillExcludeUsers= to exclude the processes in the session scopes of that user from + being killed even if KillUserProcesses=yes is set. If + KillExcludeUsers= is not set, the root user is excluded by + default. KillExcludeUsers= may be set to an empty value to override this + default. If a user is not excluded, KillOnlyUsers= is checked next. If this + setting is specified, only the processes in the session scopes of those users will be + killed. Otherwise, users are subject to the KillUserProcesses=yes setting. +