diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-10-08 20:46:04 -0400 |
---|---|---|
committer | James Morris <james.morris@microsoft.com> | 2018-10-09 15:18:38 -0400 |
commit | e6123c524064a571616ec978b1317f1696eff0ae (patch) | |
tree | c74fa5ac15153c925917d9559732ecac79889df2 | |
parent | 2ecefa0a15fd0ef88b9cd5d15ceb813008136431 (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.rst | 2 |
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 | |||
5 | Based on https://lkml.org/lkml/2007/10/26/215, | 5 | Based on https://lkml.org/lkml/2007/10/26/215, |
6 | a new LSM is accepted into the kernel when its intent (a description of | 6 | a new LSM is accepted into the kernel when its intent (a description of |
7 | what it tries to protect against and in what cases one would expect to | 7 | what it tries to protect against and in what cases one would expect to |
8 | use it) has been appropriately documented in ``Documentation/security/LSM.rst``. | 8 | use it) has been appropriately documented in ``Documentation/admin-guide/LSM/``. |
9 | This allows an LSM's code to be easily compared to its goals, and so | 9 | This allows an LSM's code to be easily compared to its goals, and so |
10 | that end users and distros can make a more informed decision about which | 10 | that end users and distros can make a more informed decision about which |
11 | LSMs suit their requirements. | 11 | LSMs suit their requirements. |