diff options
author | Kees Cook <keescook@chromium.org> | 2017-05-13 13:51:37 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-18 18:30:01 +0200 |
commit | c061f33f35be0ccc80f4b8e0aea5dfd2ed7e01a3 (patch) | |
tree | 591f8da7a6af2c08d53897af619f7ba369d882de /MAINTAINERS | |
parent | doc-rst: fix inline emphasis in unshare.rst (diff) | |
download | linux-c061f33f35be0ccc80f4b8e0aea5dfd2ed7e01a3.tar.xz linux-c061f33f35be0ccc80f4b8e0aea5dfd2ed7e01a3.zip |
doc: ReSTify seccomp_filter.txt
This updates seccomp_filter.txt for ReST markup, and moves it under the
user-space API index, since it describes how application author can use
seccomp.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f7d568b8f133..752916d1461c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11492,6 +11492,7 @@ F: kernel/seccomp.c F: include/uapi/linux/seccomp.h F: include/linux/seccomp.h F: tools/testing/selftests/seccomp/* +F: Documentation/userspace-api/seccomp_filter.rst K: \bsecure_computing K: \bTIF_SECCOMP\b |