Linux trustees 3.0 review (linux)

Add to Watch List

The main goal of the Linux Trustees project is to create an advanced permission management system for Linux

License: GPL (GNU General Public License)
OS: Linux
File size: 0K
Developer: Andrew Ruder      
Price: $0.00
User Rating:  

0 stars award from rbytes.net

Linux trustees 3.0 is filesystems software developed by Andrew Ruder.
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.

Requirements:

  • A 2.6 Linux Kernel with source
  • The standard GNU compiling tools (gcc, make, etc.) (If you can compile a linux kernel, you're good)

    Instalation

    The kernel module

    The included module can be compiled for any 2.6.x kernel. CONFIG_SECURITY, however, must be compiled in. Assuming this is so, simply enter the module/ directory and type

    make install

    For non-typical situations, the makefile may not be able to find your kernel source directory. If you have problems, try compiling with

    make KDIR=/path/to/src/linux-2.6.x install

    The settrustees tool

    Simple enter the src/ directory and type make. This will build the settrustees tool.

    What's New in This Release:
  • Updated makefile to compile correctly on 2.6.12 and newer and to more closely emulate what is needed to build as part of the kernel tree.
  • Fixed calculation of buffer size that could result in memory corruption.

  • This release is considered stable as the svn trunk will be reverting to massively unstable as considerable code reorganizations are done in an attempt to fix up several problems with trustees when dealing with hard-linked files and to bring the code completely up to standards on the 2.6 kernel.
    Linux trustees 3.0 supports different languages (including english). It works with Linux.

    Downloading Linux trustees 3.0 will take if you use fast ADSL connection.


    Download

    • 100mbit/s dedicated server
    • 100% availability


    Latest User Reviews

    Write a Linux trustees Review

    Please register to submit reviews. Registration will grant you access to a number of features and capabilities otherwise unavailable.

    Linux trustees related software

    • Linux trustees 3.0
      The main goal of the Linux Trustees project is to create an advanced permission management system for Linux
    • Kernelconfig 1.0
      Kernelconfig is a program that performs the steps required to configure, build, and install the Linux kernel. It also has the abil
    • NdisWrapper 1.31
      NdisWrapper implements Windows kernel API and NDIS (Network Driver Interface Specification) API within Linux kernel. A Windows dri
    • Filesystem in Userspace 2.6.1
      FUSE can implement a fully functional filesystem in a userspace program. Here are some key features of "Filesystem in Userspace":