diff options
Diffstat (limited to 'sysutils/shim/pkg-descr')
-rw-r--r-- | sysutils/shim/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/shim/pkg-descr b/sysutils/shim/pkg-descr new file mode 100644 index 000000000000..e7025805b34e --- /dev/null +++ b/sysutils/shim/pkg-descr @@ -0,0 +1,9 @@ +shim is a trivial EFI application that, when run, attempts to open and +execute another application. It will initially attempt to do this via the +standard EFI LoadImage() and StartImage() calls. If these fail (because secure +boot is enabled and the binary is not signed with an appropriate key, for +instance) it will then validate the binary against a built-in certificate. If +this succeeds and if the binary or signing key are not blacklisted then shim +will relocate and execute the binary. + +WWW: https://github.com/mjg59/shim |