All of lore.kernel.org
 help / color / mirror / Atom feed
From: zohar at linux.ibm.com (Mimi Zohar)
Subject: [PATCH] selftests/ima: Add missing '=y' to config options
Date: Sun, 10 Mar 2019 13:48:07 -0400	[thread overview]
Message-ID: <1552240087.5062.9.camel@linux.ibm.com> (raw)
In-Reply-To: <20190228233030.10480-1-pvorel@suse.cz>

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 at 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

WARNING: multiple messages have this Message-ID (diff)
From: zohar@linux.ibm.com (Mimi Zohar)
Subject: [PATCH] selftests/ima: Add missing '=y' to config options
Date: Sun, 10 Mar 2019 13:48:07 -0400	[thread overview]
Message-ID: <1552240087.5062.9.camel@linux.ibm.com> (raw)
Message-ID: <20190310174807.m9ChDEzbcduroZ5tTTn_sHnnC_9P95_AvDx829o04EM@z> (raw)
In-Reply-To: <20190228233030.10480-1-pvorel@suse.cz>

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

WARNING: multiple messages have this Message-ID (diff)
From: Mimi Zohar <zohar@linux.ibm.com>
To: Petr Vorel <pvorel@suse.cz>, linux-integrity@vger.kernel.org
Cc: Mimi Zohar <zohar@linux.vnet.ibm.com>,
	linux-kselftest@vger.kernel.org, shuah <shuah@kernel.org>
Subject: Re: [PATCH] selftests/ima: Add missing '=y' to config options
Date: Sun, 10 Mar 2019 13:48:07 -0400	[thread overview]
Message-ID: <1552240087.5062.9.camel@linux.ibm.com> (raw)
In-Reply-To: <20190228233030.10480-1-pvorel@suse.cz>

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


  reply	other threads:[~2019-03-10 17:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-28 23:30 [PATCH] selftests/ima: Add missing '=y' to config options pvorel
2019-02-28 23:30 ` Petr Vorel
2019-02-28 23:30 ` Petr Vorel
2019-03-10 17:48 ` zohar [this message]
2019-03-10 17:48   ` Mimi Zohar
2019-03-10 17:48   ` Mimi Zohar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1552240087.5062.9.camel@linux.ibm.com \
    --to=unknown@example.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.