All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/4] sssd:move to dynamic networking-layer
@ 2022-06-09 23:42 Armin Kuster
  2022-06-09 23:42 ` [meta-security][PATCH 2/4] layer.conf:add meta-netorking to BBFILES_DYNAMIC Armin Kuster
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Armin Kuster @ 2022-06-09 23:42 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-security}/sssd/files/CVE-2021-3621.patch              | 0
 .../recipes-security}/sssd/files/drop_ntpdate_chk.patch           | 0
 .../recipes-security}/sssd/files/fix-ldblibdir.patch              | 0
 .../networking-layer/recipes-security}/sssd/files/fix_gid.patch   | 0
 .../recipes-security}/sssd/files/musl_fixup.patch                 | 0
 .../networking-layer/recipes-security}/sssd/files/no_gen.patch    | 0
 .../networking-layer/recipes-security}/sssd/files/sssd.conf       | 0
 .../recipes-security}/sssd/files/volatiles.99_sssd                | 0
 .../networking-layer/recipes-security}/sssd/sssd_2.5.2.bb         | 0
 9 files changed, 0 insertions(+), 0 deletions(-)
 rename {recipes-security => dynamic-layers/networking-layer/recipes-security}/sssd/files/CVE-2021-3621.patch (100%)
 rename {recipes-security => dynamic-layers/networking-layer/recipes-security}/sssd/files/drop_ntpdate_chk.patch (100%)
 rename {recipes-security => dynamic-layers/networking-layer/recipes-security}/sssd/files/fix-ldblibdir.patch (100%)
 rename {recipes-security => dynamic-layers/networking-layer/recipes-security}/sssd/files/fix_gid.patch (100%)
 rename {recipes-security => dynamic-layers/networking-layer/recipes-security}/sssd/files/musl_fixup.patch (100%)
 rename {recipes-security => dynamic-layers/networking-layer/recipes-security}/sssd/files/no_gen.patch (100%)
 rename {recipes-security => dynamic-layers/networking-layer/recipes-security}/sssd/files/sssd.conf (100%)
 rename {recipes-security => dynamic-layers/networking-layer/recipes-security}/sssd/files/volatiles.99_sssd (100%)
 rename {recipes-security => dynamic-layers/networking-layer/recipes-security}/sssd/sssd_2.5.2.bb (100%)

diff --git a/recipes-security/sssd/files/CVE-2021-3621.patch b/dynamic-layers/networking-layer/recipes-security/sssd/files/CVE-2021-3621.patch
similarity index 100%
rename from recipes-security/sssd/files/CVE-2021-3621.patch
rename to dynamic-layers/networking-layer/recipes-security/sssd/files/CVE-2021-3621.patch
diff --git a/recipes-security/sssd/files/drop_ntpdate_chk.patch b/dynamic-layers/networking-layer/recipes-security/sssd/files/drop_ntpdate_chk.patch
similarity index 100%
rename from recipes-security/sssd/files/drop_ntpdate_chk.patch
rename to dynamic-layers/networking-layer/recipes-security/sssd/files/drop_ntpdate_chk.patch
diff --git a/recipes-security/sssd/files/fix-ldblibdir.patch b/dynamic-layers/networking-layer/recipes-security/sssd/files/fix-ldblibdir.patch
similarity index 100%
rename from recipes-security/sssd/files/fix-ldblibdir.patch
rename to dynamic-layers/networking-layer/recipes-security/sssd/files/fix-ldblibdir.patch
diff --git a/recipes-security/sssd/files/fix_gid.patch b/dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch
similarity index 100%
rename from recipes-security/sssd/files/fix_gid.patch
rename to dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch
diff --git a/recipes-security/sssd/files/musl_fixup.patch b/dynamic-layers/networking-layer/recipes-security/sssd/files/musl_fixup.patch
similarity index 100%
rename from recipes-security/sssd/files/musl_fixup.patch
rename to dynamic-layers/networking-layer/recipes-security/sssd/files/musl_fixup.patch
diff --git a/recipes-security/sssd/files/no_gen.patch b/dynamic-layers/networking-layer/recipes-security/sssd/files/no_gen.patch
similarity index 100%
rename from recipes-security/sssd/files/no_gen.patch
rename to dynamic-layers/networking-layer/recipes-security/sssd/files/no_gen.patch
diff --git a/recipes-security/sssd/files/sssd.conf b/dynamic-layers/networking-layer/recipes-security/sssd/files/sssd.conf
similarity index 100%
rename from recipes-security/sssd/files/sssd.conf
rename to dynamic-layers/networking-layer/recipes-security/sssd/files/sssd.conf
diff --git a/recipes-security/sssd/files/volatiles.99_sssd b/dynamic-layers/networking-layer/recipes-security/sssd/files/volatiles.99_sssd
similarity index 100%
rename from recipes-security/sssd/files/volatiles.99_sssd
rename to dynamic-layers/networking-layer/recipes-security/sssd/files/volatiles.99_sssd
diff --git a/recipes-security/sssd/sssd_2.5.2.bb b/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.5.2.bb
similarity index 100%
rename from recipes-security/sssd/sssd_2.5.2.bb
rename to dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.5.2.bb
-- 
2.25.1



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

* [meta-security][PATCH 2/4] layer.conf:add meta-netorking to BBFILES_DYNAMIC
  2022-06-09 23:42 [meta-security][PATCH 1/4] sssd:move to dynamic networking-layer Armin Kuster
@ 2022-06-09 23:42 ` Armin Kuster
  2022-06-09 23:42 ` [meta-security][PATCH 3/4] packagegroup-core-security: drop sssd Armin Kuster
  2022-06-09 23:42 ` [meta-security][PATCH 4/4] packagegroup-core-security.bbappend: add sssd Armin Kuster
  2 siblings, 0 replies; 4+ messages in thread
From: Armin Kuster @ 2022-06-09 23:42 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index fa7d79e..470c7f6 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -18,6 +18,8 @@ BBFILES_DYNAMIC += " \
   perl-layer:${LAYERDIR}/dynamic-layers/meta-perl/recipes-*/*/*.bbappend \
   meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
   meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \
+  networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \
+  networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bbappend \
 "
 
 # Sanity check for meta-security layer.
-- 
2.25.1



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

* [meta-security][PATCH 3/4] packagegroup-core-security: drop sssd
  2022-06-09 23:42 [meta-security][PATCH 1/4] sssd:move to dynamic networking-layer Armin Kuster
  2022-06-09 23:42 ` [meta-security][PATCH 2/4] layer.conf:add meta-netorking to BBFILES_DYNAMIC Armin Kuster
@ 2022-06-09 23:42 ` Armin Kuster
  2022-06-09 23:42 ` [meta-security][PATCH 4/4] packagegroup-core-security.bbappend: add sssd Armin Kuster
  2 siblings, 0 replies; 4+ messages in thread
From: Armin Kuster @ 2022-06-09 23:42 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-core/packagegroup/packagegroup-core-security.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb
index f381d91..636563f 100644
--- a/recipes-core/packagegroup/packagegroup-core-security.bb
+++ b/recipes-core/packagegroup/packagegroup-core-security.bb
@@ -36,7 +36,7 @@ RDEPENDS:packagegroup-security-utils = "\
     softhsm \
     sshguard \
     ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \
-    ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \
+    ${@bb.utils.contains("DISTRO_FEATURES", "pam", "google-authenticator-libpam", "",d)} \
     ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \
     "
 
-- 
2.25.1



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

* [meta-security][PATCH 4/4] packagegroup-core-security.bbappend: add sssd
  2022-06-09 23:42 [meta-security][PATCH 1/4] sssd:move to dynamic networking-layer Armin Kuster
  2022-06-09 23:42 ` [meta-security][PATCH 2/4] layer.conf:add meta-netorking to BBFILES_DYNAMIC Armin Kuster
  2022-06-09 23:42 ` [meta-security][PATCH 3/4] packagegroup-core-security: drop sssd Armin Kuster
@ 2022-06-09 23:42 ` Armin Kuster
  2 siblings, 0 replies; 4+ messages in thread
From: Armin Kuster @ 2022-06-09 23:42 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../packagegroup/packagegroup-core-security.bbappend          | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 dynamic-layers/networking-layer/recipes-core/packagegroup/packagegroup-core-security.bbappend

diff --git a/dynamic-layers/networking-layer/recipes-core/packagegroup/packagegroup-core-security.bbappend b/dynamic-layers/networking-layer/recipes-core/packagegroup/packagegroup-core-security.bbappend
new file mode 100644
index 0000000..6bafd9f
--- /dev/null
+++ b/dynamic-layers/networking-layer/recipes-core/packagegroup/packagegroup-core-security.bbappend
@@ -0,0 +1,4 @@
+
+RDEPENDS:packagegroup-security-utils += "\
+    ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd", "",d)} \
+"
-- 
2.25.1



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

end of thread, other threads:[~2022-06-09 23:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 23:42 [meta-security][PATCH 1/4] sssd:move to dynamic networking-layer Armin Kuster
2022-06-09 23:42 ` [meta-security][PATCH 2/4] layer.conf:add meta-netorking to BBFILES_DYNAMIC Armin Kuster
2022-06-09 23:42 ` [meta-security][PATCH 3/4] packagegroup-core-security: drop sssd Armin Kuster
2022-06-09 23:42 ` [meta-security][PATCH 4/4] packagegroup-core-security.bbappend: add sssd 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.