ANDROID: gki_defconfig: enable CONFIG_SYN_COOKIES

Enable CONFIG_SYN_COOKIES to support SYN cookies against attack "SYN flooding".
This also makes GKI on arm64 consistent with GKI on x86.

According to kernel dev-team, this does not affect the KMI.

Bug: 278043288
Change-Id: If43951b0ce3028e65799f9b6e68106ca98ee980e
Signed-off-by: Norihiko Hama <Norihiko.Hama@alpsalpine.com>
This commit is contained in:
Norihiko Hama
2023-05-29 16:54:58 +09:00
committed by Todd Kjos
parent 81edb450dd
commit 9c533fb707
2 changed files with 2 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_NET_IPIP=y
CONFIG_NET_IPGRE_DEMUX=y
CONFIG_NET_IPGRE=y
CONFIG_SYN_COOKIES=y
CONFIG_NET_IPVTI=y
CONFIG_INET_ESP=y
CONFIG_INET_UDP_DIAG=y

View File

@@ -132,6 +132,7 @@ CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_NET_IPIP=y
CONFIG_NET_IPGRE_DEMUX=y
CONFIG_NET_IPGRE=y
CONFIG_SYN_COOKIES=y
CONFIG_NET_IPVTI=y
CONFIG_INET_ESP=y
CONFIG_INET_UDP_DIAG=y