diff options
author | Kees Cook <keescook@chromium.org> | 2017-05-13 13:51:38 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-18 18:30:09 +0200 |
commit | 40fde647ccb0ae8c11d256d271e24d385eed595b (patch) | |
tree | d00d1d26dd2942af58f74aa39bda87c27f6f65ac /Documentation/userspace-api/index.rst | |
parent | doc: ReSTify seccomp_filter.txt (diff) | |
download | linux-40fde647ccb0ae8c11d256d271e24d385eed595b.tar.xz linux-40fde647ccb0ae8c11d256d271e24d385eed595b.zip |
doc: ReSTify no_new_privs.txt
This updates no_new_privs documentation to ReST markup and adds it to
the user-space API documentation.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/userspace-api/index.rst')
-rw-r--r-- | Documentation/userspace-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst index 15ff12342db8..7b2eb1b7d4ca 100644 --- a/Documentation/userspace-api/index.rst +++ b/Documentation/userspace-api/index.rst @@ -16,6 +16,7 @@ place where this information is gathered. .. toctree:: :maxdepth: 2 + no_new_privs seccomp_filter unshare |