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
Seems the SCORED | 1.6.4 | PATCH | Ensure core dumps are restricted task is only partially complete, setting fs.suid_dumpable for sysctl, but missing the changes needed in /etc/security/limits.conf
These are the full remediation steps per the CIS benchmark for core dumps:
Remediation:
Add the following line to /etc/security/limits.conf or a /etc/security/limits.d/* file: * hard core 0
Set the following parameter in /etc/sysctl.conf or a /etc/sysctl.d/* file: fs.suid_dumpable = 0
Run the following command to set the active kernel parameter: # sysctl -w fs.suid_dumpable=0
If systemd-coredump is installed:
edit /etc/systemd/coredump.conf and add/modify the following lines:
Storage=none
ProcessSizeMax=0
Run the command: systemctl daemon-reload
The text was updated successfully, but these errors were encountered:
Seems the
SCORED | 1.6.4 | PATCH | Ensure core dumps are restricted
task is only partially complete, settingfs.suid_dumpable
for sysctl, but missing the changes needed in/etc/security/limits.conf
These are the full remediation steps per the CIS benchmark for core dumps:
The text was updated successfully, but these errors were encountered: