linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] lsm: Fix description of fs_context_parse_param
@ 2022-12-09  8:29 Roberto Sassu
  2022-12-09  8:29 ` [PATCH 2/2] doc: Fix fs_context_parse_param description in mount_api.rst Roberto Sassu
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Roberto Sassu @ 2022-12-09  8:29 UTC (permalink / raw)
  To: corbet, paul, casey, omosnace, john.johansen, kpsingh
  Cc: bpf, linux-doc, linux-security-module, linux-kernel,
	Roberto Sassu

From: Roberto Sassu <roberto.sassu@huawei.com>

The fs_context_parse_param hook already has a description, which seems the
right one according to the code.

Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com>
---
 include/linux/lsm_hooks.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h
index bad3b6baad86..20e70132584c 100644
--- a/include/linux/lsm_hooks.h
+++ b/include/linux/lsm_hooks.h
@@ -100,9 +100,6 @@
  *	the filesystem.
  *	@fc indicates the filesystem context.
  *	@param The parameter.
- *	Return 0 to indicate that the parameter should be passed on to the
- *	filesystem, 1 to indicate that the parameter should be discarded or an
- *	error to indicate that the parameter should be rejected.
  *
  * Security hooks for filesystem operations.
  *
-- 
2.25.1


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

end of thread, other threads:[~2022-12-14  2:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-09  8:29 [PATCH 1/2] lsm: Fix description of fs_context_parse_param Roberto Sassu
2022-12-09  8:29 ` [PATCH 2/2] doc: Fix fs_context_parse_param description in mount_api.rst Roberto Sassu
2022-12-09 17:41   ` Paul Moore
2022-12-12  8:35     ` Roberto Sassu
2022-12-09 17:28 ` [PATCH 1/2] lsm: Fix description of fs_context_parse_param Paul Moore
2022-12-12  8:33   ` Roberto Sassu
2022-12-12 20:19     ` Paul Moore
2022-12-14  1:08 ` patchwork-bot+netdevbpf
2022-12-14  2:43   ` Paul Moore

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