index.rst 638 B

1234567891011121314151617181920212223242526272829
  1. =====================================
  2. The Linux kernel user-space API guide
  3. =====================================
  4. .. _man-pages: https://www.kernel.org/doc/man-pages/
  5. While much of the kernel's user-space API is documented elsewhere
  6. (particularly in the man-pages_ project), some user-space information can
  7. also be found in the kernel tree itself. This manual is intended to be the
  8. place where this information is gathered.
  9. .. class:: toc-title
  10. Table of contents
  11. .. toctree::
  12. :maxdepth: 2
  13. no_new_privs
  14. seccomp_filter
  15. unshare
  16. spec_ctrl
  17. .. only:: subproject and html
  18. Indices
  19. =======
  20. * :ref:`genindex`