From d28469345bc59ebb46ea4cd336ea9a27b890bc78 Mon Sep 17 00:00:00 2001 From: claude-veilor-bot <279801990+s8n-ru@users.noreply.github.com> Date: Wed, 6 May 2026 14:48:06 +0100 Subject: [PATCH] =?UTF-8?q?ks:=20drop=20apparmor-*=20packages=20=E2=80=94?= =?UTF-8?q?=20not=20in=20Fedora=2043=20repos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Build error: 'Failed to find package apparmor-parser : No match for argument'. Fedora 43 base and updates do not ship AppArmor packages; the prior comment was incorrect. Defer AppArmor to v0.7 secureblue OCI hybrid (which has its own LSM stack), or land via COPR overlay later. Co-Authored-By: Claude Opus 4.7 --- kickstart/veilor-os.ks | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/kickstart/veilor-os.ks b/kickstart/veilor-os.ks index 85caef6..53a7bc1 100644 --- a/kickstart/veilor-os.ks +++ b/kickstart/veilor-os.ks @@ -119,11 +119,10 @@ chrony firewalld plymouth -# AppArmor stack — Fedora 43 ships parser/utils/profiles. v0.6 ships -# loaded-but-complain only (see scripts/40-apparmor.sh + tier-2 plan). -apparmor-parser -apparmor-utils -apparmor-profiles +# AppArmor stack — DEFERRED. apparmor-parser / apparmor-utils / +# apparmor-profiles are not in Fedora 43 base or updates. v0.6 ships +# without AppArmor; tier-2 plan to land via COPR or as part of the v0.7 +# secureblue OCI hybrid (which has its own LSM stack). # admin essentials git