]> git.ipfire.org Git - thirdparty/systemd.git/commit - README
coredump: dump priviliges when processing system coredumps
authorLennart Poettering <lennart@poettering.net>
Mon, 8 Feb 2016 22:35:24 +0000 (23:35 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 10 Feb 2016 15:09:24 +0000 (16:09 +0100)
commit888e378da2dbf4520e68a9d7e59712a3cd5a830f
treed280cb63970f5d511d208861e4faaf7427ca6161
parent15a900327aba7dc4dc886affe1ae22d3b759b193
coredump: dump priviliges when processing system coredumps

Let's add an extra-safety net and change UID/GID to the "systemd-coredump" user when processing coredumps from system
user. For coredumps of normal users we keep the current logic of processing the coredumps from the user id the coredump
was created under.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=87354
Makefile.am
README
configure.ac
src/coredump/coredump.c
sysusers.d/systemd.conf.m4