]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/etc/sysctl.conf
sysctl.conf: prevent autoloading of TTY line disciplines
[ipfire-2.x.git] / config / etc / sysctl.conf
index a100da8e946aa1a454301cab13aed18484f909c1..832ad3d1c23ffa8f05a233cf09b7c5485cf9e386 100644 (file)
@@ -107,3 +107,6 @@ net.ipv4.tcp_fastopen = 3
 # This protects against various TCP attacks, such as DoS against or injection
 # of arbitrary segments into prematurely closed connections.
 net.ipv4.tcp_rfc1337 = 1
+
+# Include PID in file names of generated core dumps
+kernel.core_uses_pid = 1