2008-08-08 20:37:57

by Olaf Dietsche

[permalink] [raw]
Subject: [PATCH] 2.6.26: access permission filesystem 0.21

This patch adds a new permission managing file system.
Furthermore, it adds two modules, which make use of this file system.

One module allows granting capabilities based on user-/groupid. The
second module allows to grant access to lower numbered ports based on
user-/groupid, too.

Changes:
- updated to 2.6.26

This patch is available at:
<http://www.olafdietsche.de/linux/accessfs/>

Regards, Olaf.


2008-08-11 19:49:40

by Olaf Dietsche

[permalink] [raw]
Subject: Re: [PATCH] 2.6.26: access permission filesystem 0.22 (was ... 0.21)

Olaf Dietsche <[email protected]> writes:

> This patch adds a new permission managing file system.
> Furthermore, it adds two modules, which make use of this file system.
>
> One module allows granting capabilities based on user-/groupid. The
> second module allows to grant access to lower numbered ports based on
> user-/groupid, too.
>
> Changes:
> - updated to 2.6.26
>
> This patch is available at:
> <http://www.olafdietsche.de/linux/accessfs/>

This is a fix only release, because of my sluttery :-(

- fixed compile error

Regards, Olaf.