summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2025-09-26 15:26:41 -0400
committerMarta Rybczynska <marta.rybczynska@ygreky.com>2025-10-08 17:34:14 +0200
commitfa4057267c920f211cdcd49f0a0d060d4e8a8b84 (patch)
treeb26090954a49c9a5587e018060eb5f30958704ac /recipes-core
parent3c1131721210d78060236069d8d9c477b02094af (diff)
downloadmeta-security-fa4057267c920f211cdcd49f0a0d060d4e8a8b84.tar.gz
paxctl: Remove recipe
Remove the paxctl recipe since it has seemingly been broken for a while without anyone noticing, and there likely have been no actual users since grsecurity stopped doing public releases in 2017. Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/packagegroup/packagegroup-core-security.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb
index 3f5b0a5..7fb7b62 100644
--- a/recipes-core/packagegroup/packagegroup-core-security.bb
+++ b/recipes-core/packagegroup/packagegroup-core-security.bb
@@ -42,7 +42,6 @@ RDEPENDS:packagegroup-security-utils = "\
42 sshguard \ 42 sshguard \
43 ${@bb.utils.contains("DISTRO_FEATURES", "seccomp ", "libseccomp", "",d)} \ 43 ${@bb.utils.contains("DISTRO_FEATURES", "seccomp ", "libseccomp", "",d)} \
44 ${@bb.utils.contains("DISTRO_FEATURES", "pam", "google-authenticator-libpam", "",d)} \ 44 ${@bb.utils.contains("DISTRO_FEATURES", "pam", "google-authenticator-libpam", "",d)} \
45 ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \
46 " 45 "
47 46
48have_krill = "${@bb.utils.contains("DISTRO_FEATURES", "pam", "krill", "",d)}" 47have_krill = "${@bb.utils.contains("DISTRO_FEATURES", "pam", "krill", "",d)}"