From: Jonathan Reed Date: Fri, 13 Nov 2009 21:57:40 +0000 (-0500) Subject: Implement the ability to set ACLs. X-Git-Tag: 0.1.0~14 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/commitdiff_plain/137d9e9aa87890dbd343383f636652374dbd72db?ds=sidebyside;hp=137d9e9aa87890dbd343383f636652374dbd72db Implement the ability to set ACLs. - Added pioctl_write and setAcl to the Pyrex code - Added ACL.set to set an ACL to a given bitmask, ACL.apply to actually apply the ACL. ACLs set to 0 are pruned before applying. Signed-off-by: Jonathan Reed ---