diff options
author | Kees Cook <keescook@chromium.org> | 2017-05-13 04:51:47 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-18 10:33:04 -0600 |
commit | 90bb766440f2147486a2acc3e793d7b8348b0c22 (patch) | |
tree | d70d83fa1075ef5434f3e049ae2ffa3b5096fae4 /security/yama | |
parent | 5ea672c752d93ef3cfa9ce3ea1fbf204f7056a33 (diff) | |
download | linux-90bb766440f2147486a2acc3e793d7b8348b0c22.tar.bz2 |
doc: ReSTify Yama.txt
Adjusts for ReST markup and moves under LSM admin guide.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'security/yama')
-rw-r--r-- | security/yama/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/yama/Kconfig b/security/yama/Kconfig index 90c605eea892..96b27405558a 100644 --- a/security/yama/Kconfig +++ b/security/yama/Kconfig @@ -7,6 +7,7 @@ config SECURITY_YAMA system-wide security settings beyond regular Linux discretionary access controls. Currently available is ptrace scope restriction. Like capabilities, this security module stacks with other LSMs. - Further information can be found in Documentation/security/Yama.txt. + Further information can be found in + Documentation/admin-guide/LSM/Yama.rst. If you are unsure how to answer this question, answer N. |