• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H23-May-2014-488199

pylibacl.egg-info/H03-May-2022-1312

test/H23-May-2014-326254

COPYINGH A D12-May-201225.8 KiB505418

MANIFEST.inH A D17-May-2012149 109

MakefileH A D23-May-2014905 4333

NEWSH A D23-May-20142.5 KiB10369

PKG-INFOH A D23-May-2014384 1312

READMEH A D23-May-20141.4 KiB4232

acl.cH A D03-May-202254.5 KiB1,7881,464

setup.cfgH A D23-May-2014102 107

setup.pyH A D03-May-20221.5 KiB4941

README

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