Re: [zfs-discuss] evaluate ZFS ACL

2008-08-05 Thread Paul B. Henson
On Tue, 5 Aug 2008, Joerg Schilling wrote: > This is not the POSIX access() call which only has 2 parameters. Yes, I'm aware of that; it was meant to be an example of something I wished existed :). -- Paul B. Henson | (909) 979-6361 | http://www.csupomona.edu/~henson/ Operating Systems and

Re: [zfs-discuss] evaluate ZFS ACL

2008-08-05 Thread Joerg Schilling
"Paul B. Henson" <[EMAIL PROTECTED]> wrote: > > I was curious if there was any utility or library function available to > evaluate a ZFS ACL. The standard POSIX access(2) call is available to > evaluate access by the current process, but I would like to evaluate an ACL > in one process that would

Re: [zfs-discuss] evaluate ZFS ACL

2008-07-23 Thread Paul B. Henson
On Wed, 23 Jul 2008, Ian Collins wrote: > I don't know if such a tool exists, but I'm in the process or writing one > (as part of a larger ACL admin tool) if you are intersted. If there is no standard routine to handle this functionality, I would very much appreciate a copy of your code... Thank

Re: [zfs-discuss] evaluate ZFS ACL

2008-07-23 Thread Ian Collins
Paul B. Henson writes: > > I was curious if there was any utility or library function available to > evaluate a ZFS ACL. The standard POSIX access(2) call is available to > evaluate access by the current process, but I would like to evaluate an ACL > in one process that would be able to determin