This file is indexed.

/usr/share/doc/python-pylibacl/PLATFORMS is in python-pylibacl 0.5.0-3ubuntu1.

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
Current supported platforms
===========================

Linux 
-----

It needs kernel 2.4 or higher and the libacl library installed (with
development headers, if installing from rpm). This library is available
on all modern distributions.

The level of compliance is level 2 (see IMPLEMENTATION), plus some extra
functions; and as my development is done on Linux, I try to implement
these extensions when it makes sense.


FreeBSD
-------

The current tested version is 7.0. FreeBSD supports all the standards
functions, but 7.0-RELEASE seems to have some issues regarding the
acl_valid() function when the qualifier of an ACL_USER or ACL_GROUP
entry is the same as the current uid. By my interpretation, this should
be a valid ACL, but FreeBSD declares the ACL invalid. As such, some
unittests fail on FreeBSD.


Other platforms
---------------

For any other platforms, volunteers are welcome - read the PORTING file.