This file is indexed.

/usr/share/doc/libcrack2-dev/examples/README is in libcrack2-dev 2.9.2-5.

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
Example for cracklib2
---------------------

This example demonstrates the usage of cracklib2. Just enter a
potential password and the program will answer whether it is good, and
if not, why.

Usage: copy Makefile and cracklib_example.c into a writable directory,
run 'make' and start 'cracklib_example'.

You must have the package cracklib-runtime installed to actually make
it work, since otherwise cracklib has no wordlists to check against.

cracklib-runtime also provides a test program crack_testlib(8) which
has a similar function.

Martin Pitt <mpitt@debian.org>