mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Downstream patched openssl in Fedora 37+ broke unless /etc/crypto-policies/back-ends/opensslcnf.conf is present. Files in this directory are generated by %post rules that use scripting languages so cannot easily be created by supermin. Force a copy of the host files into the appliance. This is not ideal and is hopefully a temporary fix until Fedora's openssl is fixed. A symptom of this problem is the error: Requested hash sha256 is not supported. Failed to set pbkdf parameters. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2133884