aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2018-10-08 20:46:04 -0400
committerJames Morris <james.morris@microsoft.com>2018-10-09 15:18:38 -0400
commite6123c524064a571616ec978b1317f1696eff0ae (patch)
treec74fa5ac15153c925917d9559732ecac79889df2
parent2ecefa0a15fd0ef88b9cd5d15ceb813008136431 (diff)
security: fix LSM description location
Acked-by: Kees Cook <keescook@chromium.org> Fix Documentation location reference for where LSM descriptions should be placed. Suggested-by: Kees Cook <keescook@chromium.org> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: James Morris <jmorris@namei.org> Cc: "Serge E. Hallyn" <serge@hallyn.com> Cc: linux-security-module@vger.kernel.org Signed-off-by: James Morris <james.morris@microsoft.com>
-rw-r--r--Documentation/security/LSM.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/security/LSM.rst b/Documentation/security/LSM.rst
index 98522e0e1ee2..8b9ee597e9d0 100644
--- a/Documentation/security/LSM.rst
+++ b/Documentation/security/LSM.rst
@@ -5,7 +5,7 @@ Linux Security Module Development
5Based on https://lkml.org/lkml/2007/10/26/215, 5Based on https://lkml.org/lkml/2007/10/26/215,
6a new LSM is accepted into the kernel when its intent (a description of 6a new LSM is accepted into the kernel when its intent (a description of
7what it tries to protect against and in what cases one would expect to 7what it tries to protect against and in what cases one would expect to
8use it) has been appropriately documented in ``Documentation/security/LSM.rst``. 8use it) has been appropriately documented in ``Documentation/admin-guide/LSM/``.
9This allows an LSM's code to be easily compared to its goals, and so 9This allows an LSM's code to be easily compared to its goals, and so
10that end users and distros can make a more informed decision about which 10that end users and distros can make a more informed decision about which
11LSMs suit their requirements. 11LSMs suit their requirements.