From: Pranith Kumar Date: Mon, 9 Jun 2014 15:55:23 +0000 (-0400) Subject: doc: LSM: update reference, kerneltrap.org no longer works X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=591bcb18eec308a5f6ed0f089e437a0c32d642b4;p=linux.git doc: LSM: update reference, kerneltrap.org no longer works kerneltrap.org no longer works, update to a working reference Signed-off-by: Pranith Kumar Signed-off-by: Jiri Kosina --- diff --git a/Documentation/security/LSM.txt b/Documentation/security/LSM.txt index c335a763a2ed3..3db7e671c4400 100644 --- a/Documentation/security/LSM.txt +++ b/Documentation/security/LSM.txt @@ -22,7 +22,7 @@ system, building their checks on top of the defined capability hooks. For more details on capabilities, see capabilities(7) in the Linux man-pages project. -Based on http://kerneltrap.org/Linux/Documenting_Security_Module_Intent, +Based on https://lkml.org/lkml/2007/10/26/215, 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 use it) has been appropriately documented in Documentation/security/.