2017-05-13 11:51:43 +00:00
|
|
|
=================================
|
|
|
|
Linux Security Module Development
|
|
|
|
=================================
|
|
|
|
|
2021-01-10 20:41:44 +00:00
|
|
|
Based on https://lore.kernel.org/r/20071026073721.618b4778@laptopd505.fenrus.org,
|
2017-05-13 11:51:43 +00:00
|
|
|
a new LSM is accepted into the kernel when its intent (a description of
|
|
|
|
what it tries to protect against and in what cases one would expect to
|
2018-10-09 00:46:04 +00:00
|
|
|
use it) has been appropriately documented in ``Documentation/admin-guide/LSM/``.
|
2017-05-13 11:51:43 +00:00
|
|
|
This allows an LSM's code to be easily compared to its goals, and so
|
|
|
|
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
|
2019-02-17 22:19:01 +00:00
|
|
|
see ``include/linux/lsm_hooks.h`` and associated structures:
|
|
|
|
|
|
|
|
.. kernel-doc:: include/linux/lsm_hooks.h
|
|
|
|
:internal:
|