Re: [PATCH] selftests/ima: Add missing '=y' to config options

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2019-03-01 at 00:30 +0100, Petr Vorel wrote:
> so the file can be used as kernel config snippet.
> 
> Signed-off-by: Petr Vorel <pvorel@xxxxxxx>

Thanks!  The tests now read the kernel config.  Removing
"CONFIG_KEXEC_VERIFY_SIG" permits testing with/without it configured.

Mimi

> ---
>  tools/testing/selftests/ima/config | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/tools/testing/selftests/ima/config b/tools/testing/selftests/ima/config
> index 6bc86d4d9bb4..9b968cd55199 100644
> --- a/tools/testing/selftests/ima/config
> +++ b/tools/testing/selftests/ima/config
> @@ -1,4 +1,4 @@
> -CONFIG_IMA_APPRAISE
> -CONFIG_IMA_ARCH_POLICY
> -CONFIG_SECURITYFS
> -CONFIG_KEXEC_VERIFY_SIG
> +CONFIG_IMA_APPRAISE=y
> +CONFIG_IMA_ARCH_POLICY=y
> +CONFIG_SECURITYFS=y
> +CONFIG_KEXEC_VERIFY_SIG=y




[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux