]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysusers: ensure GID in uid:gid syntax exists 7973/head
authorMichael Vogt <mvo@ubuntu.com>
Thu, 25 Jan 2018 11:50:14 +0000 (12:50 +0100)
committerMichael Vogt <mvo@ubuntu.com>
Thu, 25 Jan 2018 16:43:08 +0000 (17:43 +0100)
commit28e7fad73f823124577281d8dcebe8cb8f82acf3
tree1f0da3d466b988a0aed91a9e256415b66ce23fe3
parente2c2060f7b3b11fa3cca8899d80963b7a05cc4ab
sysusers: ensure GID in uid:gid syntax exists

Ensure that the GID already exists or is created when the new
"uid:gid" syntax is used. This ensures the behaviour is always
predictable.
man/sysusers.d.xml
src/sysusers/sysusers.c
test/TEST-21-SYSUSERS/test-3.expected-group
test/TEST-21-SYSUSERS/test-3.expected-passwd
test/TEST-21-SYSUSERS/test-3.input
test/TEST-21-SYSUSERS/test.sh
test/TEST-21-SYSUSERS/unhappy-1.expected-err [new file with mode: 0644]
test/TEST-21-SYSUSERS/unhappy-1.input [new file with mode: 0644]
test/TEST-21-SYSUSERS/unhappy-2.expected-err [new file with mode: 0644]
test/TEST-21-SYSUSERS/unhappy-2.input [new file with mode: 0644]