History log of /systemd/sysctl.d/50-coredump.conf.in
Revision Date Author Comments Expand
bdfd7b2c63cac944a3aa1fc0fafd19f41789e208 10-Feb-2016 Lennart Poettering <lennart@poettering.net>

coredump: honour RLIMIT_CORE when saving/processing coredumps With this change processing/saving of coredumps takes the RLIMIT_CORE resource limit of the crashing process into account, given the user control whether specific processes shall core dump or not, and how large to make the core dump. Note that this effectively disables core-dumping for now, as RLIMIT_CORE defaults to 0 (i.e. is disabled) for all system processes.

d1fcdcd87a4f0ffebfc98f404a7eae477dc3fd86 17-Nov-2015 Lennart Poettering <lennart@poettering.net>

sysctl: use %P instead of %p in core pattern That way we'll get the PID on the host, rather than the one in a PID namespace. Which should make the coredump handler less confusing. Fixes #1930.

5146e7e8aec2d394c06771d4c9d0d03fc2cd911c 14-Jul-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

man: add systemd-coredump(8) and a bunch of links

94c525f07605f45c925f1ba3521d00882328c4e6 15-Mar-2013 Kay Sievers <kay@vrfy.org>

sysctl: coredump.conf -> 50-coredump.conf