Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libpriv/scripts: Replace crypto-policies lua script
The latest crypto-policies package changed recently to dynamically set the policy at install time so that if FIPS is enabled, the selected backend is `FIPS`: https://src.fedoraproject.org/rpms/crypto-policies/c/9b9c9f7378c3fd375b9a08d5283c530a51a5de34?branch=master This doesn't really make sense for us though since the compose server configuration should be decoupled from the installroot. (More generally, this also affects e.g. `yum install --installroot`). Override the script for now so that we always select the `DEFAULT` policy. We'll discuss with upstream to see what the right solution is there. This also works around the fact that rpm-ostree doesn't yet implement Lua (coreos#749). Related: https://bugzilla.redhat.com/show_bug.cgi?id=1847454 Resolves: coreos/fedora-coreos-tracker#540
- Loading branch information