[PATCH 1/3] [V5] Add support for GPG signature enforcement on booted

Murilo Opsfelder Araújo muriloo at linux.vnet.ibm.com
Wed Aug 17 04:50:56 AEST 2016


On 08/12/2016 11:35 PM, Timothy Pearson wrote:
[...]
> diff --git a/configure.ac b/configure.ac
> index 00a6113..370511b 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -170,6 +170,70 @@ AS_IF(
>  	]
>  )
>  
> +AC_ARG_WITH(
> +	[signed-boot],
> +	[AS_HELP_STRING([--with-signed-boot],
> +		[build kernel signature checking support [default=yes]]
> +	)],
> +	[],
> +	[with_signed_boot=yes]
> +)
> +AM_CONDITIONAL([WITH_SIGNED_BOOT], [test "x$with_signed_boot" = "xyes"])
> +
> +AM_CONDITIONAL(
> +	[WITH_SIGNED_BOOT],
> +	[test "x$with_signed_boot" = "xyes"])

Is there any reason to define macro WITH_SIGNED_BOOT twice with
different indentation?  Or the macros are different and I'm overlooking
them?

-- 
Murilo



More information about the Petitboot mailing list