diff options
author | Pranith Kumar <bobby.prani@gmail.com> | 2014-06-09 11:55:23 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-06-19 15:15:28 +0200 |
commit | 591bcb18eec308a5f6ed0f089e437a0c32d642b4 (patch) | |
tree | 80b28975bd2a5623e48e85d9cd12925e9af42abc /Documentation | |
parent | d0a5ccc99ebcc100bf3e4316286a9f07ac180494 (diff) | |
download | op-kernel-dev-591bcb18eec308a5f6ed0f089e437a0c32d642b4.zip op-kernel-dev-591bcb18eec308a5f6ed0f089e437a0c32d642b4.tar.gz |
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')
-rw-r--r-- | Documentation/security/LSM.txt | 2 |
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/. |