Download List

Project Description

The main goal of the Linux Trustees project is to create an advanced permission management system for Linux. The solution proposed is mainly inspired by the approach taken by Novell Netware and the Java security API. Special objects (called trustees) can be bound to every file or directory. The trustee object can be used to ensure that access to a file, directory, or directory with subdirectories is granted (or denied) to a certain user or group (or all except user or group). Trustees are like POSIX ACLs, but trustee objects can affect entire subdirectory trees, while ACLs a single file. Trustees works with the 2.6 Linux kernel.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-07-23 08:44
3.0

A buffer size calculation error that could cause memory corruption was fixed. Several makefile enhancements were made to allow compilation on kernels newer than 2.6.12.
Tags: Major bugfixes

2005-04-15 12:37
3.0pre3

This version fixes a problem where permissions were
sometimes not being applied correctly to the root partition
(especially with respect to files that did not exist already).
Tags: Minor bugfixes

2005-04-09 09:55
3.0pre2

A overflow condition that caused memory corruption leading to an OOPS or hard-lock has been fixed. There were other miscellaneous bugfixes and documentation updates.
Tags: Major bugfixes

2005-02-17 22:52
3.0pre1

This release compiles as an external module for the 2.6 kernel. It uses the Linux Security Module (API) to allow even an unpatched kernel to use trustees. There have been several security and general bugfixes.
Tags: Major feature enhancements

2002-12-16 19:19
2.10

Support for kernel 2.4.20 and 2.5.50.
Tags: Minor feature enhancements

Project Resources