]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - sysctl.conf
Clean and recreate systemd tmpfiles (even if not using systemd).
[projects/rc-scripts.git] / sysctl.conf
index fe4706297b2e1c236da59eb8dbadf8129bee3d03..a34935ba85b4811d5cdb7e573d75451c2097db90 100644 (file)
@@ -40,7 +40,7 @@ net.ipv4.conf.default.rp_filter = 1
 # Send ICMP redirects to other hosts ?
 # net.ipv4.conf.all.send_redirects = 1
 
-# Ignore all ICMP echo requests ? 
+# Ignore all ICMP echo requests ?
 # net.ipv4.icmp_echo_ignore_all = 1
 
 # Ignore ICMP echo requests to broadcast and multicast addresses ?
@@ -59,9 +59,9 @@ net.ipv4.conf.default.rp_filter = 1
 
 # Bug-to-bug compatibility with some broken printers. On retransmit
 # try to send bigger packets to work around bugs in certain TCP
-# stacks. Can be turned off by setting IPV4_RETRANS_COLLAPSE to ,,yes''. 
+# stacks. Can be turned off by setting IPV4_RETRANS_COLLAPSE to ,,yes''.
 # net.ipv4.tcp_retrans_collapse = 1
-        
+
 # Disable select acknowledgments after RFC2018 ?
 # TCP may experience poor performance when multiple packets are lost
 # from one window of data. With the limited information available
@@ -131,9 +131,15 @@ net.ipv4.conf.default.rp_filter = 1
 # Useful for debugging multi-threaded applications.
 #kernel.core_uses_pid = 1
 
-# Enable the magic-sysrq key
+# System Request functionality of the kernel (SYNC)
+# Use kernel.sysrq = 1 to allow all keys.
+# See http://fedoraproject.org/wiki/QA/Sysrq for a list of values and keys.
 kernel.sysrq = 1
 
+# After how many seconds reboot system after kernel panic?
+# 0 - never reboot system (suggested 60)
+#kernel.panic = 60
+
 #
 # GRSECURITY http://www.grsecurity.org
 #
@@ -204,7 +210,3 @@ kernel.sysrq = 1
 # for mplayer
 #dev.rtc.max-user-freq = 1024
 #
-
-# protect hard/symlins
-fs.protected_hardlinks = 1
-fs.protected_symlinks = 1
This page took 0.079587 seconds and 4 git commands to generate.