Download List

Project Description

TOMOYO Linux is a Mandatory Access Control (MAC) implementation for Linux that can be used to increase the security of a system, while also being useful purely as a system analysis tool. It was launched in March 2003 and had been sponsored by NTT DATA Corporation, Japan until March 2012.

TOMOYO Linux focuses on the behaviour of a system. Every process is created to achieve a purpose, and like an immigration officer, TOMOYO Linux allows each process to declare behaviours and resources needed to achieve their purpose. When protection is enabled, TOMOYO Linux acts like an operation watchdog, restricting each process to only the behaviours and resources allowed by the administrator.

System Requirements

System requirement is not defined

Released at 2005-12-08 13:05
ccs-patch 1.0.1-20051208 (1 files Hide)

Release Notes

No Release Notes

Changelog

Fix 2005/11/18

@ Add setattr() missing hook in SYAORAN fs.

setattr() checking for special inode was missing.

Fix 2005/11/25

@ Allow initrd.img include /sbin/init .

Since version 1.0 loads policy when /sbin/init is called
for the first time, initrd.img without the policy directory
mustn't start /sbin/init . This forced users not to use
initrd.img that includes /sbin/init .
I modified to delay loading policy if the policy directory
doesn't exist and wait for /sbin/init being called again.

Fix 2005/12/02

@ Use lookup_one_len() instead of lookup_hash().

Kernel 2.6.15 changed parameters for lookup_hash().
I modified to use lookup_one_len() to keep compatibility.

Fix 2005/12/06

@ Add S_ISDIR() check in SYAORAN fs.

Malicious configuration file that attempts to create an inode
under non-directory inode caused segmentation fault.