[PATCH] UBUNTU: Enable SYN_COOKIES for iop32x and versatile flavours
Amit Kucheria
amit.kucheria at canonical.com
Thu Apr 16 10:40:53 UTC 2009
Bug: #361687
procps tries to set some sysctl vars on boot notably:
/etc/sysctl.d/10-network-security.conf:net.ipv4.tcp_syncookies=1
and this causes error messages
Signed-off-by: Amit Kucheria <amit.kucheria at canonical.com>
---
debian/config/armel/config.iop32x | 2 +-
debian/config/armel/config.versatile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/config/armel/config.iop32x b/debian/config/armel/config.iop32x
index d94d3d7..d1d0d40 100644
--- a/debian/config/armel/config.iop32x
+++ b/debian/config/armel/config.iop32x
@@ -967,7 +967,7 @@ CONFIG_STANDALONE=y
# CONFIG_SUNGEM is not set
CONFIG_SUNRPC=y
# CONFIG_SUN_PARTITION is not set
-# CONFIG_SYN_COOKIES is not set
+CONFIG_SYN_COOKIES=y
CONFIG_SYSCTL_SYSCALL=y
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
# CONFIG_SYSFS_DEPRECATED_V2 is not set
diff --git a/debian/config/armel/config.versatile b/debian/config/armel/config.versatile
index 5869b54..f411abf 100644
--- a/debian/config/armel/config.versatile
+++ b/debian/config/armel/config.versatile
@@ -756,7 +756,7 @@ CONFIG_STANDALONE=y
CONFIG_SUNRPC=y
# CONFIG_SUN_PARTITION is not set
# CONFIG_SUSPEND is not set
-# CONFIG_SYN_COOKIES is not set
+CONFIG_SYN_COOKIES=y
CONFIG_SYSCTL_SYSCALL=y
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
CONFIG_SYSFS_DEPRECATED=y
--
1.6.0.4
More information about the kernel-team
mailing list