From: Edward Z. Yang Date: Tue, 5 May 2009 06:52:19 +0000 (-0400) Subject: ACL implementation. Current features: X-Git-Tag: 0.1.0~23^2~4 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/commitdiff_plain/dee660f2c4164dbe8862e0158494dbfe966b8c43?hp=dee660f2c4164dbe8862e0158494dbfe966b8c43;ds=sidebyside ACL implementation. Current features: * 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 ---