From: "Venkata Pyla" <venkata.pyla@toshiba-tsip.com>
To: cip-dev@lists.cip-project.org
Subject: Re: [cip-dev] [PATCH 1/3] cip-security: Add packages for IEC-62443-4-2 Evaluation.
Date: Thu, 23 Jul 2020 05:53:11 -0700 [thread overview]
Message-ID: <3944.1595508791111156485@lists.cip-project.org> (raw)
In-Reply-To: <ab8b6d0d-aff4-cdfe-e926-385f62aae02d@siemens.com>
[-- Attachment #1.1: Type: text/plain, Size: 2950 bytes --]
Hi Jan,
On Thu, Jul 23, 2020 at 04:07 PM, Jan Kiszka wrote:
>
> On 21.07.20 10:16, Venkata Pyla wrote:
> > From: Kazuhiro Hayashi <kazuhiro3.hayashi@toshiba.co.jp>
> >
> > Identified security packages are added to the target image
> > and that will be used for IEC-62443-4-2 evaluation
> >
> > Signed-off-by: Kazuhiro Hayashi <kazuhiro3.hayashi@toshiba.co.jp>
> > Signed-off-by: pvenkata2 <venkata.pyla@toshiba-tsip.com>
> ^^^^^^^^^
> Can you configure your git to add you written name here as well? It's in
> the email, yes, but it would be nicer to have it displayed as well.
>
sure, i didn't notice, it was missed in my git config
> > ---
> > .../images/cip-core-image-security.bb | 37 +++++++++++++++++++
> > 1 file changed, 37 insertions(+)
> > create mode 100644 recipes-core/images/cip-core-image-security.bb
> >
> > diff --git a/recipes-core/images/cip-core-image-security.bb
> b/recipes-core/images/cip-core-image-security.bb
> > new file mode 100644
> > index 0000000..8253952
> > --- /dev/null
> > +++ b/recipes-core/images/cip-core-image-security.bb
> > @@ -0,0 +1,37 @@
> > +#
> > +# A reference image which includes security packages
> > +#
> > +# Copyright (c) Toshiba Corporation, 2020
> > +#
> > +# Authors:
> > +# Kazuhiro Hayashi <kazuhiro3.hayashi@toshiba.co.jp>
> > +#
> > +# SPDX-License-Identifier: MIT
> > +#
> > +
> > +inherit image
> > +
> > +DESCRIPTION = "CIP Core image including security packages"
> > +
> > +# Use the same customizations as cip-core-image
>
> That comment is not needed. It just creates the risk of becoming
> outdated if cip-core-image decides to do something else.
>
Understood, i will modify and resend this patch series.
> > +IMAGE_INSTALL += "customizations"
> > +
> > +# Debian packages that provide security features
> > +IMAGE_PREINSTALL += " \
> > + openssl libssl1.1 \
> > + fail2ban \
> > + openssh-server openssh-sftp-server openssh-client \
> > + syslog-ng-core syslog-ng-mod-journal \
> > + aide aide-common \
> > + libnftables0 nftables \
> > + libpam-pkcs11 \
> > + chrony \
> > + tpm2-tools \
> > + tpm2-abrmd \
> > + libtss2-esys0 libtss2-udev \
> > + libpam-cracklib \
> > + acl \
> > + libauparse0 audispd-plugins auditd \
> > + uuid-runtime \
> > + sudo \
> > +"
> >
>
> Can you close
> https://gitlab.com/cip-project/cip-core/isar-cip-core/-/merge_requests/8
> if this series obsoletes it?
I have rebased the branch and sent the patches over mail,
I think i should close this MR in gitlab, i will do that.
> BTW, a cover letter would help structuring the patches together. And
> please add a tag like "[isar-cip-core]" in order to clarify the series
> target. That is all configurable in git format-patch/send-email.
>
> Jan
>
> --
> Siemens AG, Corporate Technology, CT RDA IOT SES-DE
> Corporate Competence Center Embedded Linux
>
[-- Attachment #1.2: Type: text/html, Size: 3318 bytes --]
[-- Attachment #2: Type: text/plain, Size: 419 bytes --]
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#4988): https://lists.cip-project.org/g/cip-dev/message/4988
Mute This Topic: https://lists.cip-project.org/mt/75699592/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-
next prev parent reply other threads:[~2020-07-23 12:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-21 8:16 [cip-dev] [PATCH 1/3] cip-security: Add packages for IEC-62443-4-2 Evaluation Venkata Pyla
2020-07-21 8:16 ` [cip-dev] [PATCH 2/3] start-qemu.sh: use TARGET_IMAGE to pick respective image file Venkata Pyla
2020-07-21 8:16 ` [cip-dev] [PATCH 3/3] README: Add steps to build cip-security image Venkata Pyla
2020-07-23 10:40 ` Jan Kiszka
2020-07-24 6:58 ` Venkata Pyla
2020-07-30 0:07 ` Daniel Sangorrin
2020-07-30 5:59 ` Jan Kiszka
2020-07-23 10:37 ` [cip-dev] [PATCH 1/3] cip-security: Add packages for IEC-62443-4-2 Evaluation Jan Kiszka
2020-07-23 12:53 ` Venkata Pyla [this message]
2020-07-23 13:13 ` Venkata Pyla
2020-07-23 13:52 ` Jan Kiszka
2020-07-27 2:47 ` Daniel Sangorrin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3944.1595508791111156485@lists.cip-project.org \
--to=venkata.pyla@toshiba-tsip.com \
--cc=cip-dev@lists.cip-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox