LWN.net Logo

ANN: Trustees linux for the 2.6 kernel

From:  Andrew Ruder <aeruder@ksu.edu>
To:  linux-kernel@vger.kernel.org
Subject:  ANN: Trustees linux for the 2.6 kernel
Date:  Sun, 14 Nov 2004 15:54:01 -0600

Hello all,

I have ported Vyacheslav Zavadsky's work with trustees 
(http://trustees.sourceforge.net) to the Linux security module API.

Trustees is an advanced Linux permission system inspired by Netware. It 
allows a system administrator to attach "trustees" to any directory or 
file. All subdirectories and files in that directory will also inherit 
these trustees. Trustee rights can be overridden, denied or added to in 
subsequent directories.

In short, it is a recursive directory-based replacement for POSIX acls. 
   All permissions are managed from a central file and thus allows even 
filesystems (network, vfat, etc.) without extended attribute support to 
have an advanced permission scheme. It should compile against any 
version of the 2.6 kernel with CONFIG_SECURITY enabled (it currently 
compiles as just an external module).

Please see my website for more information:
    http://www.aeruder.net/trustees/

Download:
    http://www.aeruder.net/trustees/download.php?download=cur...

Documentation:
    http://www.aeruder.net/trustees/documentation.php?downloa...

I have been using it for a couple weeks with no problems, but your 
mileage may vary.  The code still needs some cleanups, and I need to 
figure out how to do some benchmarking on the performance hit, but I 
would very much so appreciate feedback, bug-reports, etc.

Thanks and I am not on the list so please Cc any replies,
Andrew Ruder
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds