linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/ima: Add missing '=y' to config options
@ 2019-02-28 23:30 Petr Vorel
  2019-03-10 17:48 ` Mimi Zohar
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2019-02-28 23:30 UTC (permalink / raw)
  To: linux-integrity; +Cc: Petr Vorel, Mimi Zohar, linux-kselftest, shuah

so the file can be used as kernel config snippet.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 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
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] selftests/ima: Add missing '=y' to config options
  2019-02-28 23:30 [PATCH] selftests/ima: Add missing '=y' to config options Petr Vorel
@ 2019-03-10 17:48 ` Mimi Zohar
  0 siblings, 0 replies; 2+ messages in thread
From: Mimi Zohar @ 2019-03-10 17:48 UTC (permalink / raw)
  To: Petr Vorel, linux-integrity; +Cc: Mimi Zohar, linux-kselftest, shuah

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@suse.cz>

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-10 17:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-28 23:30 [PATCH] selftests/ima: Add missing '=y' to config options Petr Vorel
2019-03-10 17:48 ` Mimi Zohar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).