Re: Ext3 filesystem info?

Helge Hafting (helge.hafting@idb.hist.no)
Fri, 24 Sep 1999 14:48:03 +0200


"Stephen C. Tweedie" wrote:
>
> Hi,
>
> On Tue, 21 Sep 1999 12:13:28 +0200, Helge Hafting
> <helge.hafting@idb.hist.no> said:
>
> > Seems to me that some of this can be solved with a good generic
> > ACL interface in the VFS. Various filesystems may then implement
> > more or less of the VFS interface depending on what they support.
> > Just as some filesystems implement links and some don't.
>
> ACLs are just far too varied to be combined effectively in a single
> API. We support distributed filesystems like AFS in which the server's
> notion of who a user is is completely foreign to the kernel's uid/gid
> scheme: how do you propose to identify such users when manipulating AFS
> ACLs?

I was thinking of local filesystems. If some filesystem have ACLs very
different from what we find useful in a generic VFS interface, then it
cannot be integrated. The VFS would then have to pass ACL operations to
the
fs driver unhandled, or the fs might need its own set of ACL tools
using ioctl.

Helge Hafting

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/