summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2018-04-17 16:58:26 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2019-01-23 13:15:00 +0900
commitcfbc735204d34280a21ab5373f3286ecd4a41f26 (patch)
tree351e08735e48dbaec5aa7c2a6f0cfd20c30bac4f
parenta9688cc5a7d983bf470fe11673d1670bb808e792 (diff)
downloadlinux-rpi3-cfbc735204d34280a21ab5373f3286ecd4a41f26.tar.gz
linux-rpi3-cfbc735204d34280a21ab5373f3286ecd4a41f26.tar.bz2
linux-rpi3-cfbc735204d34280a21ab5373f3286ecd4a41f26.zip
ARM: tizen_bcm2709_defconfig: enable NETFILTER_XT_TARGET_LOG
Enable NETFILTER_XT_TARGET_LOG for analysis of iptables log. It is a iptables feature for security report on Tizen 5.0, required from stc-manager. Change-Id: I4cd8c29584c1f71a5be5c8423bfafb1168bb7288 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r--arch/arm/configs/tizen_bcm2709_defconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/configs/tizen_bcm2709_defconfig b/arch/arm/configs/tizen_bcm2709_defconfig
index 110cd1d69df1..baa0bf32be5e 100644
--- a/arch/arm/configs/tizen_bcm2709_defconfig
+++ b/arch/arm/configs/tizen_bcm2709_defconfig
@@ -812,6 +812,7 @@ CONFIG_NETFILTER_NETLINK=y
CONFIG_NETFILTER_NETLINK_QUEUE=y
# CONFIG_NETFILTER_NETLINK_LOG is not set
CONFIG_NF_CONNTRACK=y
+CONFIG_NF_LOG_COMMON=y
# CONFIG_NF_LOG_NETDEV is not set
CONFIG_NF_CONNTRACK_MARK=y
# CONFIG_NF_CONNTRACK_SECMARK is not set
@@ -860,7 +861,7 @@ CONFIG_NETFILTER_XT_TARGET_AUDIT=y
# CONFIG_NETFILTER_XT_TARGET_HMARK is not set
# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
CONFIG_NETFILTER_XT_TARGET_LED=m
-# CONFIG_NETFILTER_XT_TARGET_LOG is not set
+CONFIG_NETFILTER_XT_TARGET_LOG=y
# CONFIG_NETFILTER_XT_TARGET_MARK is not set
CONFIG_NETFILTER_XT_NAT=y
# CONFIG_NETFILTER_XT_TARGET_NETMAP is not set
@@ -930,7 +931,7 @@ CONFIG_NF_CONNTRACK_IPV4=y
# CONFIG_NF_SOCKET_IPV4 is not set
# CONFIG_NF_DUP_IPV4 is not set
# CONFIG_NF_LOG_ARP is not set
-# CONFIG_NF_LOG_IPV4 is not set
+CONFIG_NF_LOG_IPV4=y
# CONFIG_NF_REJECT_IPV4 is not set
CONFIG_NF_NAT_IPV4=y
CONFIG_NF_NAT_MASQUERADE_IPV4=y
@@ -959,7 +960,7 @@ CONFIG_IP_NF_TARGET_REDIRECT=y
# CONFIG_NF_SOCKET_IPV6 is not set
# CONFIG_NF_DUP_IPV6 is not set
# CONFIG_NF_REJECT_IPV6 is not set
-# CONFIG_NF_LOG_IPV6 is not set
+CONFIG_NF_LOG_IPV6=y
# CONFIG_IP6_NF_IPTABLES is not set
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_BROUTE=m