summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorjooseong lee <jooseong.lee@samsung.com>2016-11-25 17:48:58 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:53:37 +0900
commit7bdd10d2024e6ee01cd7b7048bb1245c41fbd9e3 (patch)
treef7f7292478d93fd1f6fb308347f7ba51ee62a867 /arch
parenta681e09249371d55ee01b919eb2767f713ebc1ec (diff)
ARM64: tizen_tm2_defconfig: enable CONFIG_NETFILTER_XT_TARGET_SECMARK
The config allows security marking of network packets. Iptable need to set packet's secmark to 'System' label to avoid Smack deny issue only for multicast address range. * Refer to : https://review.tizen.org/gerrit/#/c/100096/ Change-Id: I28dce71862d2bddba2ede2f72b7cdd493c3d184f Signed-off-by: jooseong lee <jooseong.lee@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/configs/tizen_tm2_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/tizen_tm2_defconfig b/arch/arm64/configs/tizen_tm2_defconfig
index cbe03d975400..a745fd84ba20 100644
--- a/arch/arm64/configs/tizen_tm2_defconfig
+++ b/arch/arm64/configs/tizen_tm2_defconfig
@@ -709,7 +709,7 @@ CONFIG_NETFILTER_XT_TARGET_REDIRECT=y
# CONFIG_NETFILTER_XT_TARGET_TEE is not set
# CONFIG_NETFILTER_XT_TARGET_TPROXY is not set
# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
-# CONFIG_NETFILTER_XT_TARGET_SECMARK is not set
+CONFIG_NETFILTER_XT_TARGET_SECMARK=y
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set