1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00
systemd/test/test-sysusers/test-16.input
Nick Rosbrook edf52384c2 sysusers: check if requested group name matches user name in queue
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)
2024-08-15 14:04:41 +01:00

8 lines
159 B
Plaintext

# SPDX-License-Identifier: LGPL-2.1-or-later
#
# Test fix for https://github.com/systemd/systemd/issues/33547.
#
#Type Name ID
u foo -
u bar 300:foo