d8bf65 dracut.sh: FIPS workaround for openssl-libs on Fedora/RHEL

1 file Authored by Kairui Song 3 years ago, Committed by Packit Service 3 years ago,
1 file changed. 11 lines added. 0 lines removed.
    dracut.sh: FIPS workaround for openssl-libs on Fedora/RHEL
    
    On Fedora/RHEL, libcryto will verify both itself and libssl on start, if
    libssl is missing, FIPS self test will fail. However libssl is not a
    dependency of libcryto so dracut will not install it, unless some other
    binary or library pulls it in. Systemd requires libssl, so in most cases
    it just worked, but could fail in some corner cases where systemd is not
    used.
    
    Signed-off-by: Kairui Song <kasong@redhat.com>
    (cherry picked from commit 5a4c3469338410b6aea9452994b4b0af1ba59be7)
    
    Resolves: #1841077
    
    patch_name: 0093.patch
    present_in_specfile: true
    location_in_specfile: 93
    squash_commits: true
    
        
file modified
+11 -0