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

Timothy Pearson tpearson at raptorengineering.com
Wed Aug 17 07:14:12 AEST 2016


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/16/2016 01:50 PM, Murilo Opsfelder Araújo wrote:
> 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?
> 

No, I'm thinking this happened without my knowledge during a rebase.
It's exactly the kind of glitch that tends to happen (old line not
wrapped, new line wrapped before rebase).

- -- 
Timothy Pearson
Raptor Engineering
+1 (415) 727-8645 (direct line)
+1 (512) 690-0200 (switchboard)
https://www.raptorengineering.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJXs4IiAAoJEK+E3vEXDOFb9FcIALHkr4tsqfW8WXzkoXX0i5NS
3UX2S8OMhbEWwUezVEss6krq22I6cY2ExKoMNwlbEUwErWg5+vp+Wj5RCa4q5+9c
ZhwodMayYz7LHJ738rD3FfR8hQnKvWXg1EP3nfGBhISvQ8Vyw1jZNg5Z4P27BHl8
NK8X/R9XDzROiCsXiMGFpZfxrdp6TIEbkQp+m3agT9qMyUiShiduuEvvBVmgcago
tXPEDLuNigLCWrgwrrY9ATB+3Yjy0f/yIpCfiXqsYgDlFjwAoC1ubODaIystUIAm
KJiPor78nVCgHdSvDOKzsmr7YCD6sOicgG++hrVbZliiZgoic7wQYEVbPmHgl0M=
=A7DQ
-----END PGP SIGNATURE-----


More information about the Petitboot mailing list