]> git.ozlabs.org Git - petitboot/commitdiff
Add support for GPG signature enforcement on booted
authortpearson@raptorengineering.com <tpearson@raptorengineering.com>
Thu, 18 Aug 2016 09:45:47 +0000 (04:45 -0500)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Fri, 26 Aug 2016 03:23:01 +0000 (13:23 +1000)
kernels and related blobs

This can be used to implement a form of organization-controlled secure boot,
whereby kernels may be loaded from a variety of sources but they will only
boot if a valid signature file is found for each component, and only if the
signature is listed in the /etc/pb-lockdown file.

Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
(Minor build fixes and gpgme.m4, comment on secure boot in gpg.c)


No differences found