* [cip-kernel-config] 5.10.y-cip/arm : Add audit and nftables configs
@ 2023-05-15 12:12 Sai.Sathujoda
2023-05-15 20:25 ` [cip-dev] " Pavel Machek
2023-05-15 23:44 ` nobuhiro1.iwamatsu
0 siblings, 2 replies; 3+ messages in thread
From: Sai.Sathujoda @ 2023-05-15 12:12 UTC (permalink / raw)
To: cip-dev, nobuhiro1.iwamatsu; +Cc: Sai, dinesh.kumar
From: Sai <Sai.Sathujoda@toshiba-tsip.com>
These kernel configs are required for nftables and auditd package
to work which is used for IEC-62443-4-2 evaluation.
Signed-off-by: Sai <Sai.Sathujoda@toshiba-tsip.com>
---
5.10.y-cip/arm/qemu_arm_defconfig | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/5.10.y-cip/arm/qemu_arm_defconfig b/5.10.y-cip/arm/qemu_arm_defconfig
index 58ca273..4cb1344 100644
--- a/5.10.y-cip/arm/qemu_arm_defconfig
+++ b/5.10.y-cip/arm/qemu_arm_defconfig
@@ -1,5 +1,6 @@
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
+CONFIG_AUDIT=y
CONFIG_USELIB=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_IKCONFIG=y
@@ -39,6 +40,24 @@ CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
+CONFIG_NETFILTER_NETLINK=m
+CONFIG_NF_LOG_COMMON=m
+CONFIG_NF_NAT=m
+CONFIG_NF_TABLES=m
+CONFIG_NF_TABLES_INET=y
+CONFIG_NF_TABLES_NETDEV=y
+CONFIG_NFT_CT=m
+CONFIG_NFT_COUNTER=m
+CONFIG_NFT_LOG=m
+CONFIG_NFT_LIMIT=m
+CONFIG_NFT_NAT=m
+CONFIG_NETFILTER=y
+CONFIG_IP_NF_IPTABLES=m
+CONFIG_IP6_NF_IPTABLES=m
+CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
+CONFIG_NETFILTER_XT_TARGET_LOG=m
+CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
+CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETWORK_PHY_TIMESTAMPING=y
CONFIG_VLAN_8021Q=y
CONFIG_VLAN_8021Q_GVRP=y
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [cip-dev] [cip-kernel-config] 5.10.y-cip/arm : Add audit and nftables configs
2023-05-15 12:12 [cip-kernel-config] 5.10.y-cip/arm : Add audit and nftables configs Sai.Sathujoda
@ 2023-05-15 20:25 ` Pavel Machek
2023-05-15 23:44 ` nobuhiro1.iwamatsu
1 sibling, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2023-05-15 20:25 UTC (permalink / raw)
To: cip-dev; +Cc: nobuhiro1.iwamatsu, Sai, dinesh.kumar
[-- Attachment #1: Type: text/plain, Size: 499 bytes --]
Hi!
> From: Sai <Sai.Sathujoda@toshiba-tsip.com>
>
> These kernel configs are required for nftables and auditd package
> to work which is used for IEC-62443-4-2 evaluation.
>
> Signed-off-by: Sai <Sai.Sathujoda@toshiba-tsip.com>
Looks good to me, but likely we should do similar changes for 6.1.
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [cip-kernel-config] 5.10.y-cip/arm : Add audit and nftables configs
2023-05-15 12:12 [cip-kernel-config] 5.10.y-cip/arm : Add audit and nftables configs Sai.Sathujoda
2023-05-15 20:25 ` [cip-dev] " Pavel Machek
@ 2023-05-15 23:44 ` nobuhiro1.iwamatsu
1 sibling, 0 replies; 3+ messages in thread
From: nobuhiro1.iwamatsu @ 2023-05-15 23:44 UTC (permalink / raw)
To: Sai.Sathujoda, cip-dev; +Cc: Sai.Sathujoda, dinesh.kumar
Hi,
> -----Original Message-----
> From: Sai.Sathujoda@toshiba-tsip.com <Sai.Sathujoda@toshiba-tsip.com>
> Sent: Monday, May 15, 2023 9:13 PM
> To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□
> DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>
> Cc: ashrith sai(TSIP) <Sai.Sathujoda@toshiba-tsip.com>; dinesh
> kumar(TSIP TMIEC ODG Porting) <dinesh.kumar@toshiba-tsip.com>
> Subject: [cip-kernel-config] 5.10.y-cip/arm : Add audit and nftables configs
>
> From: Sai <Sai.Sathujoda@toshiba-tsip.com>
>
> These kernel configs are required for nftables and auditd package to work
> which is used for IEC-62443-4-2 evaluation.
>
> Signed-off-by: Sai <Sai.Sathujoda@toshiba-tsip.com>
> ---
> 5.10.y-cip/arm/qemu_arm_defconfig | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
>
Applied to master, thanks.
Best regards,
Nobuhiro
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-15 23:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-15 12:12 [cip-kernel-config] 5.10.y-cip/arm : Add audit and nftables configs Sai.Sathujoda
2023-05-15 20:25 ` [cip-dev] " Pavel Machek
2023-05-15 23:44 ` nobuhiro1.iwamatsu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox