This file is indexed.

/usr/share/doc/libpam-tmpdir/README.Debian is in libpam-tmpdir 0.09.

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
chroot considerations
---------------------

If you're using tools that use chroots, please be aware that
libpam-tmpdir only creates the directory and sets TMPDIR whenever a
new PAM session is started.  This means that some tools which do not
reset TMPDIR, nor start a new PAM session might end up with TMPDIR
pointing to a non-existent directory.  An example of such as tool
(when this is written) is pbuilder.

To work around this, either enable a hook that unsets TMPDIR or one
that creates TMPDIR if it is not present already.

 -- Tollef Fog Heen <tfheen@debian.org>, Thu,  8 Mar 2012 22:42:03 +0100