tomoyo.txt 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --- What is TOMOYO? ---
  2. TOMOYO is a name-based MAC extension (LSM module) for the Linux kernel.
  3. LiveCD-based tutorials are available at
  4. http://tomoyo.sourceforge.jp/1.7/1st-step/ubuntu10.04-live/
  5. http://tomoyo.sourceforge.jp/1.7/1st-step/centos5-live/ .
  6. Though these tutorials use non-LSM version of TOMOYO, they are useful for you
  7. to know what TOMOYO is.
  8. --- How to enable TOMOYO? ---
  9. Build the kernel with CONFIG_SECURITY_TOMOYO=y and pass "security=tomoyo" on
  10. kernel's command line.
  11. Please see http://tomoyo.sourceforge.jp/2.3/ for details.
  12. --- Where is documentation? ---
  13. User <-> Kernel interface documentation is available at
  14. http://tomoyo.sourceforge.jp/2.3/policy-reference.html .
  15. Materials we prepared for seminars and symposiums are available at
  16. http://sourceforge.jp/projects/tomoyo/docs/?category_id=532&language_id=1 .
  17. Below lists are chosen from three aspects.
  18. What is TOMOYO?
  19. TOMOYO Linux Overview
  20. http://sourceforge.jp/projects/tomoyo/docs/lca2009-takeda.pdf
  21. TOMOYO Linux: pragmatic and manageable security for Linux
  22. http://sourceforge.jp/projects/tomoyo/docs/freedomhectaipei-tomoyo.pdf
  23. TOMOYO Linux: A Practical Method to Understand and Protect Your Own Linux Box
  24. http://sourceforge.jp/projects/tomoyo/docs/PacSec2007-en-no-demo.pdf
  25. What can TOMOYO do?
  26. Deep inside TOMOYO Linux
  27. http://sourceforge.jp/projects/tomoyo/docs/lca2009-kumaneko.pdf
  28. The role of "pathname based access control" in security.
  29. http://sourceforge.jp/projects/tomoyo/docs/lfj2008-bof.pdf
  30. History of TOMOYO?
  31. Realities of Mainlining
  32. http://sourceforge.jp/projects/tomoyo/docs/lfj2008.pdf
  33. --- What is future plan? ---
  34. We believe that inode based security and name based security are complementary
  35. and both should be used together. But unfortunately, so far, we cannot enable
  36. multiple LSM modules at the same time. We feel sorry that you have to give up
  37. SELinux/SMACK/AppArmor etc. when you want to use TOMOYO.
  38. We hope that LSM becomes stackable in future. Meanwhile, you can use non-LSM
  39. version of TOMOYO, available at http://tomoyo.sourceforge.jp/1.7/ .
  40. LSM version of TOMOYO is a subset of non-LSM version of TOMOYO. We are planning
  41. to port non-LSM version's functionalities to LSM versions.