Bug 1751990
Summary: | DxeImageVerificationLib handles "DENY execute on security violation" like "DEFER execute on security violation" [rhel7] | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Laszlo Ersek <lersek> | |
Component: | ovmf | Assignee: | Laszlo Ersek <lersek> | |
Status: | CLOSED DEFERRED | QA Contact: | Xueqiang Wei <xuwei> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | 7.7 | CC: | coli, jinzhao, juzhang, philmd | |
Target Milestone: | rc | |||
Target Release: | 7.8 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1751993 (view as bug list) | Environment: | ||
Last Closed: | 2019-12-05 17:17:54 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: |
Description
Laszlo Ersek
2019-09-13 11:55:41 UTC
(In reply to Laszlo Ersek from comment #0) > * Actual results: > > > BdsDxe: loading Boot0003 "UEFI QEMU QEMU CD-ROM " from PciRoot(0x0)/[...] > > BdsDxe: failed to load Boot0003 "UEFI QEMU QEMU CD-ROM " from PciRoot(0x0)/[...]: Security Violation > > * Expected results: > > > BdsDxe: loading Boot0003 "UEFI QEMU QEMU CD-ROM " from PciRoot(0x0)/[...] > > BdsDxe: failed to load Boot0003 "UEFI QEMU QEMU CD-ROM " from PciRoot(0x0)/[...]: Access Denied Actually, "ovmf-20180508-6.gitee3198e672e2.el7" does not print these messages to the UEFI console -- because, in the end, I didn't backport the usptream patch series linked in <https://bugzilla.redhat.com/show_bug.cgi?id=1515418#c30> to RHEL7. (See also <https://bugzilla.redhat.com/show_bug.cgi?id=1515418#c27>.) The issue reported in the present BZ exists nonetheless, it's just not as easy to see on the UEFI console as it is with edk2-ovmf from RHEL8 (with which the above messages are printed). For RHEL7, I guess we'll just go with Secure Boot sanity testing then. |