mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
6635f57d3e
Right now the kernel will not dump anything that went through setuid or setgid. But it is routine for daemons to do that, and it makes things hard to debug. systemd-coredump saves the coredump readable by the users the process was running as. This should be enough to avoid information leakage. So let's also tell the kernel to do the coredump. For https://bugzilla.redhat.com/show_bug.cgi?id=1790972. Both patterns are stored in the same file, so they are enabled or disabled together. (Though suid_dumpable=2 is supposed to be safe even when writing to plain files.) |
||
---|---|---|
.. | ||
50-coredump.conf.in | ||
50-default.conf | ||
50-pid-max.conf | ||
meson.build |