TOMOYO Linux
Original author(s) | NTT Data Corporation |
---|---|
Operating system | Linux |
Type | Mandatory access control |
License | GPL v2 |
Website |
tomoyo |
TOMOYO Linux is a Linux kernel security module which implements mandatory access control (MAC).
Overview
TOMOYO Linux is a MAC implementation for Linux that can be used to increase the security of a system, while also being useful purely as a systems analysis tool. It was launched in March 2003 and was sponsored by NTT Data Corporation until March 2012.[1]
TOMOYO Linux focuses on system behavior. TOMOYO Linux allows each process to declare behaviours and resources needed to achieve their purpose. When protection is enabled, TOMOYO Linux acts restricts each process to the behaviors and resources allowed by the administrator.
Features
The main features of TOMOYO Linux include:
- System analysis
- Increased security through Mandatory Access Control
- Automatic policy generation
- Simple syntax
- Ease of use
History and versions
TOMOYO was merged in Linux Kernel mainline version 2.6.30 (2009, June 10)/[2] It is currently one of four standard Linux Security Modules (LSM), along with SELinux, AppArmor and SMACK.
The TOMOYO Linux project started as a patch for the Linux kernel to provide MAC. Porting TOMOYO Linux to the mainline Linux kernel required the introduction of hooks[3] into the LSM that had been designed and developed specifically to support SELinux and its label-based approach.
However, more hooks are needed to integrate the remaining MAC functionality of TOMOYO Linux. Consequently, the project is following two parallel development lines:
|
|
|
References
- ↑ "TOMOYO Linux Home Page". Tomoyo.osdn.jp. Retrieved 2013-05-23.
- ↑ "TOMOYO Linux, an alternative Mandatory Access Control". Linux 2 6 30. Linux Kernel Newbies.
- ↑ "TOMOYO #14 patch submission to LKML". LWN.net.
External links
- Comparison chart of 1.x and 2.x
- Comparison chart of TOMOYO 1.x, 2.x, and AKARI
- TOMOYO Linux project
- TOMOYO Linux at Embedded Linux Wiki
- LWN : TOMOYO Linux and pathname-based security
- Tomoyo – Debian Wiki
- TOMOYO Linux – ArchWiki