aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/security
diff options
context:
space:
mode:
authorJames Morris <james.l.morris@oracle.com>2014-11-19 05:32:12 -0500
committerJames Morris <james.l.morris@oracle.com>2014-11-19 05:32:12 -0500
commitb10778a00d40b3d9fdaaf5891e802794781ff71c (patch)
tree6ba4cbac86eecedc3f30650e7f764ecf00c83898 /Documentation/security
parent594081ee7145cc30a3977cb4e218f81213b63dc5 (diff)
parentbfe01a5ba2490f299e1d2d5508cbbbadd897bbe9 (diff)
Merge commit 'v3.17' into next
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 c335a763a2ed..3db7e671c440 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.
22For more details on capabilities, see capabilities(7) in the Linux 22For more details on capabilities, see capabilities(7) in the Linux
23man-pages project. 23man-pages project.
24 24
25Based on http://kerneltrap.org/Linux/Documenting_Security_Module_Intent, 25Based on https://lkml.org/lkml/2007/10/26/215,
26a new LSM is accepted into the kernel when its intent (a description of 26a new LSM is accepted into the kernel when its intent (a description of
27what it tries to protect against and in what cases one would expect to 27what it tries to protect against and in what cases one would expect to
28use it) has been appropriately documented in Documentation/security/. 28use it) has been appropriately documented in Documentation/security/.