]> git.ipfire.org Git - thirdparty/systemd.git/commit
user-util: Allow names starting with a digit
authorBalint Reczey <balint.reczey@canonical.com>
Wed, 18 Mar 2020 17:29:02 +0000 (18:29 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 27 Mar 2020 18:06:36 +0000 (19:06 +0100)
commit93c23c9297e48e594785e0bb9c51504aae5fbe3e
tree9cf5619d8bfbbcfa525b8d40d8cd09652c552005
parentacd1987a1867fc3390ef2516962b2313cbeb366e
user-util: Allow names starting with a digit

In 1a29610f5fa1bcb2eeb37d2c6b79d8d1a6dbb865 the change inadvertedly
disabled names with digit as the first character. This follow-up change
allows a digit as the first character in compat mode.

Fixes: #15141
src/basic/user-util.c
src/test/test-user-util.c