summaryrefslogtreecommitdiffstats
path: root/abs/core/procps-ng/sysctl.conf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-07 14:59:02 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-07 14:59:02 (GMT)
commit7f78f3923e9957e23207bb7562f972357ae7f945 (patch)
tree48de76beaaccba8ebb9a538324c7f6b6d8f9952e /abs/core/procps-ng/sysctl.conf
parent44d0e8fbabfa5191f8c0c09a9faee97ce0c2e58e (diff)
downloadlinhes_pkgbuild-7f78f3923e9957e23207bb7562f972357ae7f945.zip
linhes_pkgbuild-7f78f3923e9957e23207bb7562f972357ae7f945.tar.gz
linhes_pkgbuild-7f78f3923e9957e23207bb7562f972357ae7f945.tar.bz2
procps-ng 3.3.5
Diffstat (limited to 'abs/core/procps-ng/sysctl.conf')
-rw-r--r--abs/core/procps-ng/sysctl.conf35
1 files changed, 15 insertions, 20 deletions
diff --git a/abs/core/procps-ng/sysctl.conf b/abs/core/procps-ng/sysctl.conf
index baddd90..4695cdd 100644
--- a/abs/core/procps-ng/sysctl.conf
+++ b/abs/core/procps-ng/sysctl.conf
@@ -1,46 +1,41 @@
-# /etc/sysctl.conf - Configuration file for setting system variables
-# See sysctl.conf (5) for information.
+# Configuration file for runtime kernel parameters.
+# See sysctl.conf(5) for more information.
-# you can have the CD-ROM close when you use it, and open
-# when you are done.
-#dev.cdrom.autoeject = 1
+# Have the CD-ROM close when you use it, and open when you are done.
#dev.cdrom.autoclose = 1
+#dev.cdrom.autoeject = 1
-# protection from the SYN flood attack
+# Protection from the SYN flood attack.
net.ipv4.tcp_syncookies = 1
-# see the evil packets in your log files
+# See evil packets in your logs.
#net.ipv4.conf.all.log_martians = 1
-# if not functioning as a router, there is no need to accept redirects or source routes
+# Never accept redirects or source routes (these are only useful for routers).
#net.ipv4.conf.all.accept_redirects = 0
#net.ipv4.conf.all.accept_source_route = 0
#net.ipv6.conf.all.accept_redirects = 0
#net.ipv6.conf.all.accept_source_route = 0
-# Disable packet forwarding
+# Disable packet forwarding.
net.ipv4.ip_forward = 0
net.ipv6.conf.all.forwarding = 0
-# Enable IPv6 Privacy Extensions
-net.ipv6.conf.default.use_tempaddr = 2
-net.ipv6.conf.all.use_tempaddr = 2
-
-# sets the port range used for outgoing connections
-#net.ipv4.ip_local_port_range = 32768 61000
+# Tweak the port range used for outgoing connections.
+#net.ipv4.ip_local_port_range = 32768 61000
-# Swapping too much or not enough? Disks spinning up when you'd
-# rather they didn't? Tweak these.
+# Tweak those values to alter disk syncing and swap behavior.
#vm.vfs_cache_pressure = 100
#vm.laptop_mode = 0
#vm.swappiness = 60
+# Tweak how the flow of kernel messages is throttled.
#kernel.printk_ratelimit_burst = 10
#kernel.printk_ratelimit = 5
-#kernel.panic_on_oops = 0
-# Reboot 600 seconds after a panic
+# Reboot 600 seconds after kernel panic or oops.
+#kernel.panic_on_oops = 1
#kernel.panic = 600
-# Disable SysRq key (note: console security issues)
+# Disable SysRq key to avoid console security issues.
kernel.sysrq = 0