Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: LSM: update reference, kerneltrap.org no longer works

kerneltrap.org no longer works, update to a working reference

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Pranith Kumar and committed by
Jiri Kosina
591bcb18 d0a5ccc9

+1 -1
+1 -1
Documentation/security/LSM.txt
··· 22 22 For more details on capabilities, see capabilities(7) in the Linux 23 23 man-pages project. 24 24 25 - Based on http://kerneltrap.org/Linux/Documenting_Security_Module_Intent, 25 + Based on https://lkml.org/lkml/2007/10/26/215, 26 26 a new LSM is accepted into the kernel when its intent (a description of 27 27 what it tries to protect against and in what cases one would expect to 28 28 use it) has been appropriately documented in Documentation/security/.