This file is indexed.

/usr/share/doc/libfusefs-ruby1.8/TODO is in libfusefs-ruby1.8 0.6.0-3.

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
TODO for FuseFS
===============

- Problem with editors: vim attempts to create and then delete a numbered file.
  This can be an issue if the filename (all digits) is reported as not valid.

  I am looking for a solution for this, but it's gonna be a pain.

- Tests, more tests, and unit tests!

- Consider FIFOs? We can use FIFOs to mimic TCP internet, if we do this right.