profiles/coreos/base: enable fips across the OS

only support by OpenSSL and Cryptsetup for now.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2022-03-22 09:59:42 +01:00
parent 00cbb4bb25
commit 4f200d79ea
2 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,9 @@ USE="${USE} -zeroconf"
# No need for OpenMP support in GCC and other apps
USE="${USE} -openmp"
# Let's enable FIPS support for supported software.
USE="${USE} fips"
# The git-r3 eclass now depends on curl support, which is used in catalyst.
BOOTSTRAP_USE="${BOOTSTRAP_USE} curl"

View File

@ -134,8 +134,6 @@ sys-auth/polkit -introspection
# https://marc.info/?l=gentoo-dev&m=163216172229772&w=2
net-misc/openssh -bindist
dev-libs/openssl fips
# enables ELF support to e.g. allow tc to handle BPF filters.
sys-apps/iproute2 elf