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

[1.1] libcontainer: force apps to think fips is enabled/disabled for testing #4257

Merged
merged 1 commit into from
Apr 26, 2024

Commits on Apr 26, 2024

  1. libcontainer: force apps to think fips is enabled/disabled for testing

    The motivation behind this change is to provide a flexible mechanism for
    containers within a Kubernetes cluster to opt out of FIPS mode when necessary.
    This change enables apps to simulate FIPS mode being enabled or disabled for testing
    purposes. Users can control whether apps believe FIPS mode is on or off by manipulating
    `/proc/sys/crypto/fips_enabled`.
    
    Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
    lifubang authored and sohankunkerkar committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6379b58 View commit details
    Browse the repository at this point in the history