All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Armin Kuster" <akuster808@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [meta-security][PATCH 0/7] YCL cleanups
Date: Sat,  5 Jun 2021 22:02:51 +0000	[thread overview]
Message-ID: <20210605220258.414233-1-akuster808@gmail.com> (raw)

This series superceeds the privious set to help
pass the check-layer scrip.

Armin Kuster (7):
  meta-security: add sanity check
  meta-security/recipe-kernel: use sanity check
  linux-yocto-dev: drop bbappend
  meta-tpm: add layer sanity check
  meta-tpm/linux-yocto: use sanity support
  meta-integrity: add sanity check
  meta-integrity/recipe-kernel: use sanity check

 README                                        | 18 ++++++++++++++++++
 classes/sanity-meta-security.bbclass          | 10 ++++++++++
 conf/layer.conf                               |  4 ++++
 meta-integrity/README.md                      | 18 +++++++++++++++++-
 .../classes/sanity-meta-integrity.bbclass     | 10 ++++++++++
 meta-integrity/conf/layer.conf                |  4 ++++
 .../recipes-kernel/linux/linux-%.bbappend     |  6 +-----
 .../recipes-kernel/linux/linux_ima.inc        |  5 +++++
 meta-tpm/README                               | 19 +++++++++++++++++++
 meta-tpm/classes/sanity-meta-tpm.bbclass      | 10 ++++++++++
 meta-tpm/conf/layer.conf                      |  4 ++++
 .../linux/linux-yocto_5.%.bbappend            | 18 +-----------------
 .../recipes-kernel/linux/linux-yocto_tpm.inc  | 17 +++++++++++++++++
 recipes-kernel/linux/linux-yocto_5.%.bbappend |  4 +---
 ...-dev.bbappend => linux-yocto_security.inc} |  0
 15 files changed, 121 insertions(+), 26 deletions(-)
 create mode 100644 classes/sanity-meta-security.bbclass
 create mode 100644 meta-integrity/classes/sanity-meta-integrity.bbclass
 create mode 100644 meta-integrity/recipes-kernel/linux/linux_ima.inc
 create mode 100644 meta-tpm/classes/sanity-meta-tpm.bbclass
 create mode 100644 meta-tpm/recipes-kernel/linux/linux-yocto_tpm.inc
 rename recipes-kernel/linux/{linux-yocto-dev.bbappend => linux-yocto_security.inc} (100%)

-- 
2.25.1


             reply	other threads:[~2021-06-05 22:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-05 22:02 Armin Kuster [this message]
2021-06-05 22:02 ` [meta-security][PATCH 1/7] meta-security: add sanity check Armin Kuster
2021-06-05 22:02 ` [meta-security][PATCH 2/7] meta-security/recipe-kernel: use " Armin Kuster
2021-06-05 22:02 ` [meta-security][PATCH 3/7] linux-yocto-dev: drop bbappend Armin Kuster
2021-06-05 22:02 ` [meta-security][PATCH 4/7] meta-tpm: add layer sanity check Armin Kuster
2021-06-05 22:02 ` [meta-security][PATCH 5/7] meta-tpm/linux-yocto: use sanity support Armin Kuster
2021-06-05 22:02 ` [meta-security][PATCH 6/7] meta-integrity: add sanity check Armin Kuster
2021-06-05 22:02 ` [meta-security][PATCH 7/7] meta-integrity/recipe-kernel: use " Armin Kuster

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=20210605220258.414233-1-akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=yocto@lists.yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.