diff options
author | Kees Cook <keescook@chromium.org> | 2017-05-13 04:51:38 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-18 10:30:09 -0600 |
commit | 40fde647ccb0ae8c11d256d271e24d385eed595b (patch) | |
tree | d00d1d26dd2942af58f74aa39bda87c27f6f65ac /Documentation/userspace-api/index.rst | |
parent | c061f33f35be0ccc80f4b8e0aea5dfd2ed7e01a3 (diff) | |
download | linux-40fde647ccb0ae8c11d256d271e24d385eed595b.tar.gz linux-40fde647ccb0ae8c11d256d271e24d385eed595b.tar.bz2 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 |