diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-10-08 17:46:04 -0700 |
---|---|---|
committer | James Morris <james.morris@microsoft.com> | 2018-10-09 12:18:38 -0700 |
commit | e6123c524064a571616ec978b1317f1696eff0ae (patch) | |
tree | c74fa5ac15153c925917d9559732ecac79889df2 /Documentation/security | |
parent | 2ecefa0a15fd0ef88b9cd5d15ceb813008136431 (diff) | |
download | talos-obmc-linux-e6123c524064a571616ec978b1317f1696eff0ae.tar.gz talos-obmc-linux-e6123c524064a571616ec978b1317f1696eff0ae.zip |
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>
Diffstat (limited to 'Documentation/security')
-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 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/LSM.rst``. +use it) has been appropriately documented in ``Documentation/admin-guide/LSM/``. This allows an LSM's code to be easily compared to its goals, and so that end users and distros can make a more informed decision about which LSMs suit their requirements. |