mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 22:21:55 +03:00
649916d356
This extends the "uid:gid" syntax for "u" lines so that a group name can be given instead of a GID. This requires that the group is either queued for creation by sysusers, or it is already defined on the system. Closes #14340
14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
# Ensure that the semantic for the uid:groupname syntax is correct
|
|
#
|
|
#Type Name ID GECOS HOMEDIR
|
|
g hoge 300 - -
|
|
u foo 301 - -
|
|
|
|
g baz 302 - -
|
|
u aaa 303:baz - -
|
|
u bbb 304:baz - -
|
|
u ccc 305 - -
|
|
|
|
g yyy -
|
|
u zzz 306:yyy
|