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