2017-05-13 04:51:46 -07:00
======
TOMOYO
======
What is TOMOYO?
===============
2009-04-13 11:04:19 +09:00
TOMOYO is a name-based MAC extension (LSM module) for the Linux kernel.
LiveCD-based tutorials are available at
2017-05-13 04:51:46 -07:00
2017-07-18 19:59:53 +09:00
http://tomoyo.sourceforge.jp/1.8/ubuntu12.04-live.html
http://tomoyo.sourceforge.jp/1.8/centos6-live.html
2017-05-13 04:51:46 -07:00
2009-04-13 11:04:19 +09:00
Though these tutorials use non-LSM version of TOMOYO, they are useful for you
to know what TOMOYO is.
2017-05-13 04:51:46 -07:00
How to enable TOMOYO?
=====================
2009-04-13 11:04:19 +09:00
2017-05-13 04:51:46 -07:00
Build the kernel with `` CONFIG_SECURITY_TOMOYO=y `` and pass `` security=tomoyo `` on
2009-04-13 11:04:19 +09:00
kernel's command line.
2017-07-18 19:59:53 +09:00
Please see http://tomoyo.osdn.jp/2.5/ for details.
2009-04-13 11:04:19 +09:00
2017-05-13 04:51:46 -07:00
Where is documentation?
=======================
2009-04-13 11:04:19 +09:00
User <-> Kernel interface documentation is available at
2020-05-26 08:05:44 +02:00
https://tomoyo.osdn.jp/2.5/policy-specification/index.html .
2009-04-13 11:04:19 +09:00
Materials we prepared for seminars and symposiums are available at
2020-05-26 08:05:44 +02:00
https://osdn.jp/projects/tomoyo/docs/?category_id=532&language_id=1 .
2009-04-13 11:04:19 +09:00
Below lists are chosen from three aspects.
What is TOMOYO?
TOMOYO Linux Overview
2020-05-26 08:05:44 +02:00
https://osdn.jp/projects/tomoyo/docs/lca2009-takeda.pdf
2009-04-13 11:04:19 +09:00
TOMOYO Linux: pragmatic and manageable security for Linux
2020-05-26 08:05:44 +02:00
https://osdn.jp/projects/tomoyo/docs/freedomhectaipei-tomoyo.pdf
2009-04-13 11:04:19 +09:00
TOMOYO Linux: A Practical Method to Understand and Protect Your Own Linux Box
2020-05-26 08:05:44 +02:00
https://osdn.jp/projects/tomoyo/docs/PacSec2007-en-no-demo.pdf
2009-04-13 11:04:19 +09:00
What can TOMOYO do?
Deep inside TOMOYO Linux
2020-05-26 08:05:44 +02:00
https://osdn.jp/projects/tomoyo/docs/lca2009-kumaneko.pdf
2009-04-13 11:04:19 +09:00
The role of "pathname based access control" in security.
2020-05-26 08:05:44 +02:00
https://osdn.jp/projects/tomoyo/docs/lfj2008-bof.pdf
2009-04-13 11:04:19 +09:00
History of TOMOYO?
Realities of Mainlining
2020-05-26 08:05:44 +02:00
https://osdn.jp/projects/tomoyo/docs/lfj2008.pdf
2009-04-13 11:04:19 +09:00
2017-05-13 04:51:46 -07:00
What is future plan?
====================
2009-04-13 11:04:19 +09:00
We believe that inode based security and name based security are complementary
and both should be used together. But unfortunately, so far, we cannot enable
multiple LSM modules at the same time. We feel sorry that you have to give up
SELinux/SMACK/AppArmor etc. when you want to use TOMOYO.
We hope that LSM becomes stackable in future. Meanwhile, you can use non-LSM
2017-07-18 19:59:53 +09:00
version of TOMOYO, available at http://tomoyo.osdn.jp/1.8/ .
2009-04-13 11:04:19 +09:00
LSM version of TOMOYO is a subset of non-LSM version of TOMOYO. We are planning
to port non-LSM version's functionalities to LSM versions.