You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command has been removed from RHEL 10.0, therefore we need to get rid of all the calls to fips-mode-setup utility. This should be replaced by reading the /proc/sys/crypto/fips_enabled file.
The text was updated successfully, but these errors were encountered:
duzda
added a commit
to duzda/freeipa-healthcheck
that referenced
this issue
Feb 18, 2025
RHEL10 doesn't support fips-mode-setup, therefore this call
has been replaced with simple reading of a proc file.
The tests have been edited accordingly, inconsistent has been removed
and instead replaced by a test supplying an arbitrary value, that
should never occur.
Fixes: freeipa#350
Signed-off-by: David Hanina <[email protected]>
This command has been removed from RHEL 10.0, therefore we need to get rid of all the calls to
fips-mode-setup
utility. This should be replaced by reading the/proc/sys/crypto/fips_enabled
file.The text was updated successfully, but these errors were encountered: