You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds an explainer mode to sbchooser, which attempts to tell the
user which PE binaries are allowed based on which db entries they are
trusted or revoked by.
Signed-off-by: Peter Jones <pjones@redhat.com>
Copy file name to clipboardExpand all lines: docs/sbchooser.1.mdoc
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,9 @@ Load the UEFI revoked key database from this system (default)
66
66
Load an EFI binary from \fIpe\-file\fR.
67
67
68
68
By default, if \fB-i\fR is not used, \fBsbchooser\fR reads a list of input files on \fIstandardin\fR. If \fIpe-file\fR is \fB-\fR, \fBsbchooser\fR will look for input files on \fIstandardin\fR as well as any \fB-i\fR input options.
69
+
.ItAoFle | FlFlexplainAc
70
+
Instead of producing the normal results, attempt to explain the reason for
71
+
trusting or distrusting each input PE file.
69
72
.ItFlFlEc
70
73
All following options are treated as input files. Can be used with \fB-i-\fR to suppliment \fIstandardin\fR.
/usr/lib/shim/shim-16.1-4.el10.x64.msft2011.msft2023.efi is trusted because cert "/C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft UEFI CA 2023 signer" is trusted by "/C=US/O=Microsoft Corporation/CN=Microsoft UEFI CA 2023" in db
196
+
/usr/lib/shim/shim-16.1-4.el10.x64.msft2023.efi is trusted because cert "/C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft UEFI CA 2023 signer" is trusted by "/C=US/O=Microsoft Corporation/CN=Microsoft UEFI CA 2023" in db
197
+
/usr/lib/shim/shim-16.1-4.el10.x64.msft2011.efi is not trusted because cert "/C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Windows UEFI Driver Publisher" is revoked by "/C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Corporation UEFI CA 2011" in dbx
198
+
/usr/lib/shim/shim-15.5-1.el9.x64.msft2011.efi is not trusted because cert "/C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Windows UEFI Driver Publisher" is revoked by "/C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Corporation UEFI CA 2011" in dbx
199
+
/usr/lib/shim/shim-15-7.el7_2.x64.msft2011.efi is not trusted because cert "/C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Windows UEFI Driver Publisher" is revoked by "/C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Corporation UEFI CA 2011" in dbx
200
+
/usr/lib/shim/shim-15-2.fedora.x64.msft2011.efi is not trusted because cert "/C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Windows UEFI Driver Publisher" is revoked by "/C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/CN=Microsoft Corporation UEFI CA 2011" in dbx
201
+
/usr/lib/shim/shim-13-0.2.fedora.x64.nosigs.efi is not trusted because no certs or hashes trust it
202
+
/usr/lib/shim/shim-15-7.el7_2.x64.nosigs.efi is not trusted because no certs or hashes trust it
203
+
/usr/lib/shim/shim-15.5.el7.x64.nosigs.efi is not trusted because no certs or hashes trust it
0 commit comments