summaryrefslogtreecommitdiffstats
path: root/abs/core/procps-ng/sysctl.conf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-16 23:58:51 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:04 (GMT)
commitfd17c7ac0e076a888369d3e7f88a67a70617acb9 (patch)
treeb51c0e1eadc8d4a0aa41a0050994f20fb05b3804 /abs/core/procps-ng/sysctl.conf
parente2e6940857c635df49af42aced1e8a2fe293f665 (diff)
downloadlinhes_pkgbuild-fd17c7ac0e076a888369d3e7f88a67a70617acb9.zip
linhes_pkgbuild-fd17c7ac0e076a888369d3e7f88a67a70617acb9.tar.gz
linhes_pkgbuild-fd17c7ac0e076a888369d3e7f88a67a70617acb9.tar.bz2
procpcs-ng 3.3.9
update binary path to /usr/bin refs #961
Diffstat (limited to 'abs/core/procps-ng/sysctl.conf')
-rw-r--r--abs/core/procps-ng/sysctl.conf41
1 files changed, 0 insertions, 41 deletions
diff --git a/abs/core/procps-ng/sysctl.conf b/abs/core/procps-ng/sysctl.conf
deleted file mode 100644
index 4695cdd..0000000
--- a/abs/core/procps-ng/sysctl.conf
+++ /dev/null
@@ -1,41 +0,0 @@
-# Configuration file for runtime kernel parameters.
-# See sysctl.conf(5) for more information.
-
-# 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.
-net.ipv4.tcp_syncookies = 1
-
-# See evil packets in your logs.
-#net.ipv4.conf.all.log_martians = 1
-
-# 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.
-net.ipv4.ip_forward = 0
-net.ipv6.conf.all.forwarding = 0
-
-# Tweak the port range used for outgoing connections.
-#net.ipv4.ip_local_port_range = 32768 61000
-
-# 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
-
-# Reboot 600 seconds after kernel panic or oops.
-#kernel.panic_on_oops = 1
-#kernel.panic = 600
-
-# Disable SysRq key to avoid console security issues.
-kernel.sysrq = 0