All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add libseccomp
@ 2021-04-24 15:56 Armin Kuster
  2021-04-24 15:56 ` [PATCH 1/6] libseccomp: move recipe from meta-security to core Armin Kuster
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Armin Kuster @ 2021-04-24 15:56 UTC (permalink / raw)
  To: openembedded-core

This ports over the libseccomp pkg from meta-security.

Use DISTRO_FEATURE check to enable recipe
Add PACKAGECONFIG tweaking for a few core pkgs if 
DISTRO_FEATURE (seccomp) is set for a few core pkgs.

Skipped updating "file" as I don't recall the issues file enabled with
seccomp had on pseudo

Added pkg grp for adding libseccomp to base pkg grp
Add "seccomp" to DEFUALT_FEATURES as its on the same level as xattr.

I relealize some changes may be controversial and don't need to be
taken.

enjoy.

Armin Kuster (6):
  libseccomp: move recipe from meta-security to core
  qemu: Enable seccomp if FEATURE is set
  gnutls: Enable seccomp if FEATURE is set
  systemd: Enable seccomp if FEATURE is set
  packagegroups/packagegroup-base: add seccomp grp
  default-distrovars.inc: Add seccomp to DISTRO_FEATURES_DEFAULT

 .../distro/include/default-distrovars.inc     |  2 +-
 .../packagegroups/packagegroup-base.bb        |  6 +++
 meta/recipes-core/systemd/systemd_247.6.bb    |  3 +-
 meta/recipes-devtools/qemu/qemu_5.2.0.bb      |  1 +
 meta/recipes-support/gnutls/gnutls_3.7.1.bb   |  2 +-
 .../libseccomp/files/run-ptest                |  4 ++
 .../libseccomp/libseccomp_2.5.1.bb            | 49 +++++++++++++++++++
 7 files changed, 63 insertions(+), 4 deletions(-)
 create mode 100644 meta/recipes-support/libseccomp/files/run-ptest
 create mode 100644 meta/recipes-support/libseccomp/libseccomp_2.5.1.bb

-- 
2.25.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-04-26 14:24 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24 15:56 [PATCH 0/6] Add libseccomp Armin Kuster
2021-04-24 15:56 ` [PATCH 1/6] libseccomp: move recipe from meta-security to core Armin Kuster
2021-04-24 16:19   ` [OE-core] " Khem Raj
2021-04-24 16:55     ` Armin Kuster
2021-04-24 17:18       ` Khem Raj
2021-04-24 22:16   ` Khem Raj
2021-04-25  3:46     ` Khem Raj
2021-04-25 18:27       ` Armin Kuster
2021-04-25 18:26     ` Armin Kuster
2021-04-26  0:10       ` Khem Raj
2021-04-26 14:24         ` Armin Kuster
2021-04-24 15:56 ` [PATCH 2/6] qemu: Enable seccomp if FEATURE is set Armin Kuster
2021-04-24 15:56 ` [PATCH 3/6] gnutls: " Armin Kuster
2021-04-24 15:56 ` [PATCH 4/6] systemd: " Armin Kuster
2021-04-26  6:42   ` [OE-core] " Mikko Rapeli
2021-04-24 15:56 ` [PATCH 5/6] packagegroups/packagegroup-base: add seccomp grp Armin Kuster
2021-04-24 16:23   ` [OE-core] " Khem Raj
2021-04-24 16:57     ` Armin Kuster
2021-04-24 15:56 ` [PATCH 6/6] default-distrovars.inc: Add seccomp to DISTRO_FEATURES_DEFAULT Armin Kuster
     [not found] ` <1678D666E2EA61E5.6439@lists.openembedded.org>
2021-04-25 19:17   ` [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core Armin Kuster

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.