Skip to content

Instantly share code, notes, and snippets.

@Trucido
Last active March 16, 2019 00:45
Show Gist options
  • Save Trucido/dc23452976ff0a9ce590f88e624d48c7 to your computer and use it in GitHub Desktop.
Save Trucido/dc23452976ff0a9ce590f88e624d48c7 to your computer and use it in GitHub Desktop.
Disable systemd dumps
# /etc/sysctl.d/50-coredump.conf
##################################################################################
## NO DUMPING ALLOWED ##
## VIOLATORS WILL BE PROSECUTED ##
##################################################################################
fs.suid_dumpable = 0
kernel.suid_dumpable = 0
kernel.core_pattern = |/bin/false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment