From 60e3781787ba4d16eb04cd57e97289651692796e Mon Sep 17 00:00:00 2001 From: Huijing Hei Date: Wed, 3 Aug 2022 14:07:16 +0800 Subject: [PATCH] common.yaml: add crypto-policies-scripts which provides fips-mode-setup `crypto-policies-scripts` includes `fips-mode-setup` tool, which is needed by rhcos-fips.sh. The package is missing when building SCOS image, we need to add it --- common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.yaml b/common.yaml index f1fc846f..e426d35b 100644 --- a/common.yaml +++ b/common.yaml @@ -222,6 +222,8 @@ packages: - conntrack-tools # Upstream PR https://github.com/coreos/fedora-coreos-config/pull/786 - WALinuxAgent-udev + # Provide fips-mode-setup which is needed by rhcos-fips.sh + - crypto-policies-scripts packages-x86_64: # Temporary add of open-vm-tools. Should be removed when containerized