diff options
author | Kees Cook <keescook@chromium.org> | 2019-02-17 14:19:01 -0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-02-22 08:54:09 -0700 |
commit | 80fcc98711a3980a8593d8ba4bd9cf9c7646fd60 (patch) | |
tree | 98ec3191d4332c1f82abc92df57ae75accf9bc4d /Documentation/security | |
parent | d61330c689df2ef7ac76b63be2bd0a8561e47fd9 (diff) | |
download | linux-80fcc98711a3980a8593d8ba4bd9cf9c7646fd60.tar.bz2 |
doc: security: Add kern-doc for lsm_hooks.h
There is a lot of kern-doc for the LSM internals, but it wasn't visible
in the HTML output. This exposes some formatting flaws in lsm_hooks.h
that will be fixed in a later series of patches.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/security')
-rw-r--r-- | Documentation/security/LSM.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/security/LSM.rst b/Documentation/security/LSM.rst index 8b9ee597e9d0..31d92bc5fdd2 100644 --- a/Documentation/security/LSM.rst +++ b/Documentation/security/LSM.rst @@ -11,4 +11,7 @@ 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``. +see ``include/linux/lsm_hooks.h`` and associated structures: + +.. kernel-doc:: include/linux/lsm_hooks.h + :internal: |