ACL implementation. Current features:
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 5 May 2009 06:52:19 +0000 (02:52 -0400)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 5 May 2009 06:52:19 +0000 (02:52 -0400)
* afs.acl.ACL.retrieve(), equivalent to fs listacl
* afs.acl.getCallerAccess(), equivalent to fs getcalleraccess

Permissions are bitmasked, which can be masked against afs.acl.READ,
afs.acl.WRITE, etc.  Implementation is based off of Perl AFS module,
although there are some notable differences in API.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>


No differences found