Commit bd893fe
committed
redhat: conflict with unsupported shim on x86/aarch64
JIRA: https://issues.redhat.com/browse/RHEL-126425
Upstream Status: RHEL only
The kernel has recently switched to using 800-series keys for SecureBoot
and this requires shim to have the corresponding CA certificate. The first
version which had it was 15.8-1 so in case the new kernel is installed with
an older shim, 'Security violation' error is going to prevent booting when
SecureBoot=on. Prevent such broken combos by adding an explicit conflict.
The problem can easily be observed on x86 by upgrading the kernel to a
recent version on an old (RHEL9.2 and below) system. Aarch64 systems are
only theoretically affected as SecureBoot was not supported by these old
releases.
Note: UKI is not affected by the issue as it still uses 504 key.
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>1 parent 88031a6 commit bd893fe
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
975 | 975 | | |
976 | 976 | | |
977 | 977 | | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
978 | 981 | | |
979 | 982 | | |
980 | 983 | | |
| |||
0 commit comments