summaryrefslogtreecommitdiff
path: root/Documentation/security
diff options
context:
space:
mode:
authorPranith Kumar <bobby.prani@gmail.com>2014-06-09 15:55:23 (GMT)
committerJiri Kosina <jkosina@suse.cz>2014-06-19 13:15:28 (GMT)
commit591bcb18eec308a5f6ed0f089e437a0c32d642b4 (patch)
tree80b28975bd2a5623e48e85d9cd12925e9af42abc /Documentation/security
parentd0a5ccc99ebcc100bf3e4316286a9f07ac180494 (diff)
downloadlinux-591bcb18eec308a5f6ed0f089e437a0c32d642b4.tar.xz
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>
Diffstat (limited to 'Documentation/security')
-rw-r--r--Documentation/security/LSM.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/security/LSM.txt b/Documentation/security/LSM.txt
index c335a76..3db7e67 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/.