1pylibacl
2========
3
4This is a Python 2.4+ extension module allows you to manipulate the
5POSIX.1e Access Control Lists present in some OS/file-systems
6combinations.
7
8Downloads: go to https://github.com/iustin/pylibacl/downloads. Latest
9version is 0.5.2. The source repository is either
10at `<git://git.k1024.org/pylibacl.git>`_ or
11at https://github.com/iustin/pylibacl.
12
13For any issues, please file bugs at
14https://github.com/iustin/pylibacl/issues.
15
16Requirements
17------------
18
19pylibacl has been written and tested on Linux, kernel v2.4 or newer,
20with XFS filesystems; ext2/ext3 should also work. Since release 0.4.0,
21FreeBSD 7 also has quite good support. If any other platform
22implements the POSIX.1e draft, pylibacl can be used. I heard that
23Solaris does, but I can't test it.
24
25- Python 2.4 or newer
26- operating system:
27    - Linux, kernel v2.4 or newer, and the libacl library and
28      development packages (all modern distributions should have this,
29      under various names); also the file-systems you use must have
30      ACLs turned on, either as a compile or mount option
31    - FreeBSD 7.0 or newer
32
33License
34-------
35
36pylibacl is Copyright (C) 2002-2009, 2012, 2014 Iustin Pop.
37
38pylibacl is free software; you can redistribute it and/or modify it under the
39terms of the GNU Lesser General Public License as published by the Free
40Software Foundation; either version 2.1 of the License, or (at your option) any
41later version. See the COPYING file for the full license terms.
42