[RFC PATCH 1/3] Documentation/security: Update LSM security hook text
Richard Haines
richard_c_haines at btinternet.com
Tue Mar 9 14:39:51 UTC 2021
This patch series updates the LSM hook text defined in the comments
section of inlcude/linux/lsm_hooks.h.
This enables the hook functions to be rendered in kernel_docs html or
pdf format.
Note that no text has been changed in lsm_hooks.h, only formatting
to render the text.
Signed-off-by: Richard Haines <richard_c_haines at btinternet.com>
---
Documentation/security/lsm-development.rst | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Documentation/security/lsm-development.rst b/Documentation/security/lsm-development.rst
index ac53e5065..f85897814 100644
--- a/Documentation/security/lsm-development.rst
+++ b/Documentation/security/lsm-development.rst
@@ -11,7 +11,10 @@ that end users and distros can make a more informed decision about which
LSMs suit their requirements.
For extensive documentation on the available LSM hook interfaces, please
-see ``include/linux/lsm_hooks.h`` and associated structures:
+see ``include/linux/lsm_hooks.h`` and associated structures.
+
+The LSM hooks are described below in the ``RET (*NAME)(__VA_ARGS__)`` format
+under the `Description` header.
.. kernel-doc:: include/linux/lsm_hooks.h
:internal:
--
2.29.2
More information about the Linux-security-module-archive
mailing list