-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy: Install detached signatures if present
When installing a kernel, initramfs or device tree, also install a detached signature (.sig) file if present. Intended to support GRUB GPG signature enforcement. This does not currently lead to a fully-functional secure solution, due to GRUB's pubkey verifier also checking config files, but it allows the `verify_detached` command to work, and could be part of a future solution coordinating a lockdown verifier (to determine which file types must be verified) with a relaxed pubkey verifier that does not immediately reject unsigned files.
- Loading branch information
Showing
1 changed file
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters