You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to even re-enable coredumps as of now?
Is this implemented in debug-misc?
I don't want to configure us into a corner and then when somebody asks how to re-enable functionality, nobody knows the answer and it's a major effort to re-enable it.
Seems pretty sanely implemented at first sight. Core dumps are to be found in this folder: /var/lib/systemd/coredump/
We could leave coredumps enabled by default, harden the permissions of that folder to read access only by root using permission-hardener (if that is possible without breaking systemd-coredump) and then call it a day.
See also /usr/lib/sysctl.d/50-coredump.conf after installing the systemd-coredump package.
In response to
How to even re-enable coredumps as of now?
Is this implemented in debug-misc?
I don't want to configure us into a corner and then when somebody asks how to re-enable functionality, nobody knows the answer and it's a major effort to re-enable it.
Maybe not worth disabling coredumps anyhow.
Why not use systemd-coredump from packages.debian.org instead?
See this short and nice article on how to use that:
https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-tuning-systemd-coredump.html
Seems pretty sanely implemented at first sight. Core dumps are to be found in this folder:
/var/lib/systemd/coredump/
We could leave coredumps enabled by default, harden the permissions of that folder to read access only by root using permission-hardener (if that is possible without breaking systemd-coredump) and then call it a day.
See also
/usr/lib/sysctl.d/50-coredump.conf
after installing the systemd-coredump package.cat /usr/lib/sysctl.d/50-coredump.conf | grep --invert-match "#"
https://www.freedesktop.org/software/systemd/man/latest/systemd-coredump.html
The text was updated successfully, but these errors were encountered: