[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221209082936.892416-1-roberto.sassu@huaweicloud.com>
Date: Fri, 9 Dec 2022 09:29:35 +0100
From: Roberto Sassu <roberto.sassu@...weicloud.com>
To: corbet@....net, paul@...l-moore.com, casey@...aufler-ca.com,
omosnace@...hat.com, john.johansen@...onical.com,
kpsingh@...nel.org
Cc: bpf@...r.kernel.org, linux-doc@...r.kernel.org,
linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org,
Roberto Sassu <roberto.sassu@...wei.com>
Subject: [PATCH 1/2] lsm: Fix description of fs_context_parse_param
From: Roberto Sassu <roberto.sassu@...wei.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@...wei.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
Powered by blists - more mailing lists