diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2019-07-31 16:14:03 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2019-07-31 16:14:43 +0900 |
commit | bdbf0601cd2e4512844ddc30ee3bf1016d5bc827 (patch) | |
tree | a2aa318eb8e0d60191a2f0cf295cca557cb68000 | |
parent | cff6a728bbd65a058c4008458de5a084a5417793 (diff) | |
download | linux-artik7-bdbf0601cd2e4512844ddc30ee3bf1016d5bc827.tar.gz linux-artik7-bdbf0601cd2e4512844ddc30ee3bf1016d5bc827.tar.bz2 linux-artik7-bdbf0601cd2e4512844ddc30ee3bf1016d5bc827.zip |
ARM: artik530_raptor_defconfig: Enable NETFILTER_XT_MATCH_OWNER config optiontizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185109submit/tizen_5.5/20191031.000013submit/tizen_5.5/20191031.000011submit/tizen_5.5/20191031.000010submit/tizen/20190801.010047accepted/tizen/unified/20190801.113434accepted/tizen/5.5/unified/mobile/hotfix/20201027.070457accepted/tizen/5.5/unified/20191031.032438tizen_5.5_tvtizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfix
Enable the NETFILTER_XT_MATCH_OWNER config option to use xt_owner
supplementary groups.
Change-Id: Id36610567dedf2da808e0b59efe9430ad68df899
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | arch/arm/configs/artik530_raptor_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/artik530_raptor_defconfig b/arch/arm/configs/artik530_raptor_defconfig index c23c66e142fc..5c78a8487669 100644 --- a/arch/arm/configs/artik530_raptor_defconfig +++ b/arch/arm/configs/artik530_raptor_defconfig @@ -861,7 +861,7 @@ CONFIG_NETFILTER_XT_MATCH_MARK=y # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set # CONFIG_NETFILTER_XT_MATCH_OSF is not set -# CONFIG_NETFILTER_XT_MATCH_OWNER is not set +CONFIG_NETFILTER_XT_MATCH_OWNER=y CONFIG_NETFILTER_XT_MATCH_POLICY=y # CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y |