]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
catalog: add entry for SD_MESSAGE_UNSAFE_USER_NAME 15352/head
authorLennart Poettering <lennart@poettering.net>
Tue, 7 Apr 2020 09:15:49 +0000 (11:15 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 8 Apr 2020 15:30:04 +0000 (17:30 +0200)
catalog/systemd.catalog.in

index db275d7c50188c0fb17b03a72d8e8f793a744c8d..3342d594223c869df58edc71189c86a609d85e65 100644 (file)
@@ -412,3 +412,26 @@ as the best process to terminate and has been forcibly terminated by the
 kernel.
 
 Note that the memory pressure might or might not have been caused by @UNIT@.
+
+-- b61fdac612e94b9182285b998843061f
+Subject: Accepting user/group name @USER_GROUP_NAME@, which does not match strict user/group name rules.
+Defined-By: systemd
+Support: %SUPPORT_URL%
+
+The user/group name @USER_GROUP_NAME@ has been specified, which is accepted
+according the relaxed user/group name rules, but does not qualify under the
+strict rules.
+
+The strict user/group name rules written as regular expression are:
+
+^[a-zA-Z_][a-zA-Z0-9_-]{0,30}$
+
+The relaxed user/group name rules accept all names, except for the empty
+string; names containing NUL bytes, control characters, colon or slash
+characters; names not valid UTF-8; names with leading or trailing whitespace;
+the strings "." or ".."; fully numeric strings, or strings beginning in a
+hyphen and otherwise fully numeric.
+
+For further details on strict and relaxed user/group name rules, see:
+
+https://systemd.io/USER_NAMES