=================================Linux Security Module Development=================================Based on https://lkml.org/lkml/2007/10/26/215,a new LSM is accepted into the kernel when its intent (a description ofwhat it tries to protect against and in what cases one would expect to
This allows an LSM's code to be easily compared to its goals, and sothat end users and distros can make a more informed decision about whichLSMs suit their requirements.For extensive documentation on the available LSM hook interfaces, pleasesee ``include/linux/lsm_hooks.h``.