]> git.ipfire.org Git - thirdparty/systemd.git/commit
journal,coredump: do not do ACL magic for "nobody" user either
authorLennart Poettering <lennart@poettering.net>
Mon, 4 Dec 2017 16:09:27 +0000 (17:09 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 6 Dec 2017 12:40:50 +0000 (13:40 +0100)
commit05fd2156b7bdb31eec1731b289e80dca56acd13c
tree07b79a0c5cfccf7c7bd801ca40ee55104ff3ee2a
parent7e61fd02b0a9b2c4455974eb795da08b39352927
journal,coredump: do not do ACL magic for "nobody" user either

The "nobody" user might possibly be seen by the journal or coredumping
code if unmapped userns-using processes are somehow visible to them.
Let's make sure we don't do the ACL magic for this user either, since
this is a special system user that might be backed by different real
users in different contexts.
src/coredump/coredump.c
src/journal/journald-server.c