]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: drop taints for nobody user/group names
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 14 Dec 2017 11:44:21 +0000 (12:44 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 14 Dec 2017 21:14:38 +0000 (22:14 +0100)
commit198ce9324844a947567ae4b3e3f4e68e8f07df8d
treee9d2e68a0e2ad040a08f6dc7ff2e756e81f51f3d
parent966c04cf012f48686cf5359067a7b26c080f44ea
core: drop taints for nobody user/group names

We have a check and warning at compile time. The user cannot do anything about
this at runtime, and all other taints are about checks that happen at runtime
and are specific to that system (and at least potentially correctable).

(The logic in the compilation-time check was updated to treat "nogroup" as OK,
but not the runtime check. But I think it's better to remove the runtime check
for this altogether, so this becomes moot.)
src/core/manager.c