tomoyo.rst 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ======
  2. TOMOYO
  3. ======
  4. What is TOMOYO?
  5. ===============
  6. TOMOYO is a name-based MAC extension (LSM module) for the Linux kernel.
  7. LiveCD-based tutorials are available at
  8. https://tomoyo.sourceforge.net/1.8/ubuntu12.04-live.html
  9. https://tomoyo.sourceforge.net/1.8/centos6-live.html
  10. Though these tutorials use non-LSM version of TOMOYO, they are useful for you
  11. to know what TOMOYO is.
  12. How to enable TOMOYO?
  13. =====================
  14. Build the kernel with ``CONFIG_SECURITY_TOMOYO=y`` and pass ``security=tomoyo`` on
  15. kernel's command line.
  16. Please see https://tomoyo.sourceforge.net/2.6/ for details.
  17. Where is documentation?
  18. =======================
  19. User <-> Kernel interface documentation is available at
  20. https://tomoyo.sourceforge.net/2.6/policy-specification/index.html .
  21. Materials we prepared for seminars and symposiums are available at
  22. https://sourceforge.net/projects/tomoyo/files/docs/ .
  23. Below lists are chosen from three aspects.
  24. What is TOMOYO?
  25. TOMOYO Linux Overview
  26. https://sourceforge.net/projects/tomoyo/files/docs/lca2009-takeda.pdf
  27. TOMOYO Linux: pragmatic and manageable security for Linux
  28. https://sourceforge.net/projects/tomoyo/files/docs/freedomhectaipei-tomoyo.pdf
  29. TOMOYO Linux: A Practical Method to Understand and Protect Your Own Linux Box
  30. https://sourceforge.net/projects/tomoyo/files/docs/PacSec2007-en-no-demo.pdf
  31. What can TOMOYO do?
  32. Deep inside TOMOYO Linux
  33. https://sourceforge.net/projects/tomoyo/files/docs/lca2009-kumaneko.pdf
  34. The role of "pathname based access control" in security.
  35. https://sourceforge.net/projects/tomoyo/files/docs/lfj2008-bof.pdf
  36. History of TOMOYO?
  37. Realities of Mainlining
  38. https://sourceforge.net/projects/tomoyo/files/docs/lfj2008.pdf