Martin Osvald

Results 2 comments of Martin Osvald

It shouldn't execute the following code in add_user(): ~~~ 1245 /* Otherwise, try to reuse the group ID */ 1246 if (!i->uid_set && i->gid_set) { 1247 r = uid_is_ok(c, (uid_t)...

@poettering This shouldn't be a hint. The current behaviour leads to breaking the concept of soft static allocation on Fedora.: https://docs.fedoraproject.org/en-US/packaging-guidelines/UsersAndGroups/#_soft_static_allocation If there are pre-allocated UIDs/GIDs systemd-sysusers shouldn't decide by...