Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove fips-mode-setup #350

Open
duzda opened this issue Feb 18, 2025 · 0 comments · May be fixed by #349
Open

Remove fips-mode-setup #350

duzda opened this issue Feb 18, 2025 · 0 comments · May be fixed by #349

Comments

@duzda
Copy link

duzda commented Feb 18, 2025

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.

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]>
@duzda duzda linked a pull request Feb 18, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant