Share

POSIX ACLs for Python

File Release Notes and Changelog

Release Name: 0.2

Notes:
This release adds full support for POSIX.1e ACLs, on systems which supports it. Right now, that's Linux 2.4. FreeBSD 5.0 will have it, when released. I don't have access to other platforms.

The full support means being able to alter the acls after creating them. See the documentation (installed in /usr/share/pylibacl-0.2/) for details about how to use the module. I thing the docs are clear enough, if not, email me.

Changes: 2002-12-27 Iustin Pop <iusty@k1024.org> * MANIFEST.in, setup.py: Small changes * IMPLEMENTATION, acl.c: Prepare for release 0.2 * Makefile: Small makefile * MANIFEST.in: Distutils file * os_linux.c: Linux-specific file * PORTING: Informations for porting to other platforms. 2002-12-26 Iustin Pop <iusty@k1024.org> * acl.c: Added the Permset type/object and some other naming changes * acl.c: Renamed type & object names from ACLType to ACL_Type and so on. Also ACLEntry is now just Entry. * acl.c: Renamed some fields from ob_x to x, as per other modules in python * IMPLEMENTATION, acl.c: Added acl_entry_t type (named ACLEntryType, respectively ACLEntryObject) * acl.c: Documentation typo