From 84e462d9ff2b6e37ba0b28c8ff8386b5c1a53851 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 12 Sep 2023 09:34:57 -0400 Subject: [PATCH] manifests/fedora-coreos: ban initscripts-service We want to make sure we never unknowingly start shipping this package. Relevant with the recent addition of audit which used to pull it in: https://github.com/coreos/fedora-coreos-tracker/issues/1362 --- manifests/fedora-coreos.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/fedora-coreos.yaml b/manifests/fedora-coreos.yaml index 7153140e5d..16cccb8fdb 100644 --- a/manifests/fedora-coreos.yaml +++ b/manifests/fedora-coreos.yaml @@ -186,6 +186,8 @@ exclude-packages: # Let's make sure initscripts doesn't get pulled back in # https://github.com/coreos/fedora-coreos-tracker/issues/220#issuecomment-611566254 - initscripts + # nor /usr/sbin/service + - initscripts-service # For (datacenter/cloud oriented) servers, we want to see the details by default. # https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/HSMISZ3ETWQ4ETVLWZQJ55ARZT27AAV3/ - plymouth