Implement the ability to set ACLs.
authorJonathan Reed <jdreed@infinite-loop.mit.edu>
Fri, 13 Nov 2009 21:57:40 +0000 (16:57 -0500)
committerJonathan Reed <jdreed@infinite-loop.mit.edu>
Fri, 13 Nov 2009 22:07:40 +0000 (17:07 -0500)
commit137d9e9aa87890dbd343383f636652374dbd72db
treea651af109050ce593e5143e8934c2914de9e5bc7
parent4d3e823390c355e15521d9792de840eefad63cf7
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 <jdreed@mit.edu>
afs/_acl.pyx
afs/acl.py
afs/afs.pxd
afs/afs.pyx