mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
edf52384c2
When creating a user, check if the requested group name matches a user
name in the queue. If that matched user name is also going to be a group
name, then use it for the new user too. In other words, allow the
following:
u foo -
u bar -:foo
when both foo and bar are new users.
Fixes #33547
(cherry picked from commit 18a8f03e51
)
3 lines
86 B
Plaintext
3 lines
86 B
Plaintext
foo:x:SYSTEM_UGID_MAX:SYSTEM_UGID_MAX::/:NOLOGIN
|
|
bar:x:300:SYSTEM_UGID_MAX::/:NOLOGIN
|