This file is indexed.

/usr/share/doc/fl-cow/README.Debian is in fl-cow 0.6-4.2.

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
On Debian the correct LD_PRELOAD is /usr/lib/fl-cow/libflcow.so.
This is set correctly by the supplied 'cow' script which can be used to invoke
a program with fl-cow.

For instance, to run a shell with fl-cow enabled:
$ cow bash
this will start bash with the appropriate LD_PRELOAD, and any subsequent
programs will inherit the LD_PRELOAD (unless they sanitise the environment of
their children).

-Rob