linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: ABI: testing: ima_policy: Fixed missing bracket
@ 2021-02-15 10:20 Michael Weiß
  2021-02-22 22:05 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Weiß @ 2021-02-15 10:20 UTC (permalink / raw)
  To: Mimi Zohar
  Cc: linux-integrity, Michael Weiß,
	Jonathan Cameron, Mauro Carvalho Chehab, Jonathan Corbet,
	Fabrice Gasnier, linux-kernel

This fixes a minor typo introduced by commit 34433332841d:
"docs: ABI: testing: make the files compatible with ReST output"

Signed-off-by: Michael Weiß <michael.weiss@aisec.fraunhofer.de>
---
 Documentation/ABI/testing/ima_policy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/ima_policy b/Documentation/ABI/testing/ima_policy
index e35263f97fc1..2617c21ab843 100644
--- a/Documentation/ABI/testing/ima_policy
+++ b/Documentation/ABI/testing/ima_policy
@@ -29,7 +29,7 @@ Description:
 			option:	[[appraise_type=]] [template=] [permit_directio]
 				[appraise_flag=] [keyrings=]
 		  base:
-			func:= [BPRM_CHECK][MMAP_CHECK][CREDS_CHECK][FILE_CHECK]MODULE_CHECK]
+			func:= [BPRM_CHECK][MMAP_CHECK][CREDS_CHECK][FILE_CHECK][MODULE_CHECK]
 			        [FIRMWARE_CHECK]
 				[KEXEC_KERNEL_CHECK] [KEXEC_INITRAMFS_CHECK]
 				[KEXEC_CMDLINE] [KEY_CHECK]
-- 
2.20.1


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

* Re: [PATCH] docs: ABI: testing: ima_policy: Fixed missing bracket
  2021-02-15 10:20 [PATCH] docs: ABI: testing: ima_policy: Fixed missing bracket Michael Weiß
@ 2021-02-22 22:05 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2021-02-22 22:05 UTC (permalink / raw)
  To: Michael Weiß, Mimi Zohar
  Cc: linux-integrity, Michael Weiß,
	Jonathan Cameron, Mauro Carvalho Chehab, Fabrice Gasnier,
	linux-kernel

Michael Weiß <michael.weiss@aisec.fraunhofer.de> writes:

> This fixes a minor typo introduced by commit 34433332841d:
> "docs: ABI: testing: make the files compatible with ReST output"
>
> Signed-off-by: Michael Weiß <michael.weiss@aisec.fraunhofer.de>
> ---
>  Documentation/ABI/testing/ima_policy | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, but I rewrote the changelog to use a Fixes: tag and to cite the
offending commit in the proper format:

    Fixes: 34433332841d ("docs: ABI: testing: make the files compatible with ReST output")

Thanks,

jon

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

end of thread, other threads:[~2021-02-22 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-15 10:20 [PATCH] docs: ABI: testing: ima_policy: Fixed missing bracket Michael Weiß
2021-02-22 22:05 ` Jonathan Corbet

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).