mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
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:
parent
00cbb4bb25
commit
4f200d79ea
@ -31,6 +31,9 @@ USE="${USE} -zeroconf"
|
|||||||
# No need for OpenMP support in GCC and other apps
|
# No need for OpenMP support in GCC and other apps
|
||||||
USE="${USE} -openmp"
|
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.
|
# The git-r3 eclass now depends on curl support, which is used in catalyst.
|
||||||
BOOTSTRAP_USE="${BOOTSTRAP_USE} curl"
|
BOOTSTRAP_USE="${BOOTSTRAP_USE} curl"
|
||||||
|
|
||||||
|
@ -134,8 +134,6 @@ sys-auth/polkit -introspection
|
|||||||
# https://marc.info/?l=gentoo-dev&m=163216172229772&w=2
|
# https://marc.info/?l=gentoo-dev&m=163216172229772&w=2
|
||||||
net-misc/openssh -bindist
|
net-misc/openssh -bindist
|
||||||
|
|
||||||
dev-libs/openssl fips
|
|
||||||
|
|
||||||
# enables ELF support to e.g. allow tc to handle BPF filters.
|
# enables ELF support to e.g. allow tc to handle BPF filters.
|
||||||
sys-apps/iproute2 elf
|
sys-apps/iproute2 elf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user