From 5acccf3ff456973a4e5ff9118fe91c4c36beedd8 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Nov 20 2023 20:28:08 +0000 Subject: Add selinux-policy-targeted to runroot_packages Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 9729de2..3185f53 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -255,6 +255,7 @@ ostree = [ "tag_ref": False, "ostree_repo": "/mnt/koji/compose/iot/repo/", "ostree_ref": "fedora/rawhide/${basearch}/iot", + "runroot_packages": ["selinux-policy-targeted"], "update_summary": True, }, "x86_64": { @@ -271,6 +272,7 @@ ostree = [ "tag_ref": False, "ostree_repo": "/mnt/koji/compose/iot/repo/", "ostree_ref": "fedora/rawhide/${basearch}/iot", + "runroot_packages": ["selinux-policy-targeted"], "update_summary": True, } })