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>
This commit is contained in:
Kees Cook 2019-02-17 14:19:01 -08:00 committed by Jonathan Corbet
parent d61330c689
commit 80fcc98711
1 changed files with 4 additions and 1 deletions

View File

@ -11,4 +11,7 @@ that end users and distros can make a more informed decision about which
LSMs suit their requirements. LSMs suit their requirements.
For extensive documentation on the available LSM hook interfaces, please 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: