Jonathan Corbet | 1d596de | 2017-04-02 14:58:01 -0600 | [diff] [blame] | 1 | ===================================== |
| 2 | The Linux kernel user-space API guide |
| 3 | ===================================== |
| 4 | |
| 5 | .. _man-pages: https://www.kernel.org/doc/man-pages/ |
| 6 | |
| 7 | While much of the kernel's user-space API is documented elsewhere |
| 8 | (particularly in the man-pages_ project), some user-space information can |
| 9 | also be found in the kernel tree itself. This manual is intended to be the |
| 10 | place where this information is gathered. |
| 11 | |
| 12 | .. class:: toc-title |
| 13 | |
| 14 | Table of contents |
| 15 | |
| 16 | .. toctree:: |
| 17 | :maxdepth: 2 |
| 18 | |
Kees Cook | 40fde64 | 2017-05-13 04:51:38 -0700 | [diff] [blame] | 19 | no_new_privs |
Kees Cook | c061f33 | 2017-05-13 04:51:37 -0700 | [diff] [blame] | 20 | seccomp_filter |
Jonathan Corbet | f504d47 | 2017-04-02 15:18:32 -0600 | [diff] [blame] | 21 | unshare |
| 22 | |
Jonathan Corbet | 1d596de | 2017-04-02 14:58:01 -0600 | [diff] [blame] | 23 | .. only:: subproject and html |
| 24 | |
| 25 | Indices |
| 26 | ======= |
| 27 | |
| 28 | * :ref:`genindex` |