[PATCH 1/2] [V2] Add support for GPG signature enforcement on booted

Stewart Smith stewart at linux.vnet.ibm.com
Wed Aug 3 14:09:10 AEST 2016


Timothy Pearson <tpearson at raptorengineering.com> writes:

> --- a/discover/boot.c
> +++ b/discover/boot.c
> @@ -20,17 +20,29 @@
>  #include <util/util.h>
>  #include <i18n/i18n.h>
>  
> +#if defined(HAVE_LIBGPGME)
> +#include <gpgme.h>
> +#endif
> +
>  #include "device-handler.h"
>  #include "boot.h"
>  #include "paths.h"
>  #include "resource.h"
>  
> +#define MAX_FILENAME_SIZE	8192

PATH_MAX?


-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Petitboot mailing list