From: pvorel at suse.cz (Petr Vorel) Subject: [PATCH] selftests/ima: Add missing '=y' to config options Date: Fri, 1 Mar 2019 00:30:30 +0100 [thread overview] Message-ID: <20190228233030.10480-1-pvorel@suse.cz> (raw) so the file can be used as kernel config snippet. Signed-off-by: Petr Vorel <pvorel at 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
WARNING: multiple messages have this Message-ID
From: pvorel@suse.cz (Petr Vorel) Subject: [PATCH] selftests/ima: Add missing '=y' to config options Date: Fri, 1 Mar 2019 00:30:30 +0100 [thread overview] Message-ID: <20190228233030.10480-1-pvorel@suse.cz> (raw) Message-ID: <20190228233030.KTK1N_4Z-woo4sukzpGuOei6QHKL3c1NlINZhoNxAP8@z> (raw) so the file can be used as kernel config snippet. Signed-off-by: Petr Vorel <pvorel at 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
WARNING: multiple messages have this Message-ID
From: Petr Vorel <pvorel@suse.cz> To: linux-integrity@vger.kernel.org Cc: Petr Vorel <pvorel@suse.cz>, Mimi Zohar <zohar@linux.vnet.ibm.com>, linux-kselftest@vger.kernel.org, shuah <shuah@kernel.org> Subject: [PATCH] selftests/ima: Add missing '=y' to config options Date: Fri, 1 Mar 2019 00:30:30 +0100 [thread overview] Message-ID: <20190228233030.10480-1-pvorel@suse.cz> (raw) 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
next reply other threads:[~2019-02-28 23:30 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-02-28 23:30 pvorel [this message] 2019-02-28 23:30 ` Petr Vorel 2019-02-28 23:30 ` Petr Vorel 2019-03-10 17:48 ` zohar 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=20190228233030.10480-1-pvorel@suse.cz \ --to=unknown@example.com \ --subject='Re: [PATCH] selftests/ima: Add missing '\''=y'\'' to config options' \ /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
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.