Add reference

This commit is contained in:
raja-grewal 2025-06-03 12:32:17 +10:00 committed by GitHub
parent 1c35303204
commit dd0b55cc45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -360,6 +360,8 @@ kernel.core_pattern=|/bin/false
## Prevent setuid processes or otherwise protected/tainted binaries from creating core dumps. ## Prevent setuid processes or otherwise protected/tainted binaries from creating core dumps.
## Any process which has changed privilege levels or is execute-only will not be dumped. ## Any process which has changed privilege levels or is execute-only will not be dumped.
## ##
## https://blog.qualys.com/vulnerabilities-threat-research/2025/05/29/qualys-tru-discovers-two-local-information-disclosure-vulnerabilities-in-apport-and-systemd-coredump-cve-2025-5054-and-cve-2025-4598
##
## KSPP=yes ## KSPP=yes
## KSPP sets the sysctl. ## KSPP sets the sysctl.
## ##