This file is indexed.

/usr/share/doc/fakeroot-ng/README is in fakeroot-ng 0.16-1ubuntu1.

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
This file lists bugs and limitations of fakeroot-ng. There are three lists:
TODO - lists action items that are simply not yet implemented
BUGS - lists functions that are implemented, but have known limitations that
will be addressed soonish
LIMITATIONS - lists limitations either inherent to the technology, or that
are outside the scope of coverage intended in the foreseeable future.

TODO
- Wider support for "old" syscalls (16 bit getuid, 32bit stat etc.)
- Multithreaded debugger

BUGS
- The "wait" type syscalls are only emulated enough to allow two specific
  debuggers to run: fakeroot-ng and strace
- Poor handling (race) of redirected syscalls with threaded programs.
- Poor handling of multithreaded programs
- Poor handling of 32 bit programs on X86_64
- In chroot, the actual interpreter file (ld-linux for ELF executable) is
  searched for in the real root, rather than in the chrooted jail.

LIMITATIONS
- Program has limited access to the fakeroot-ng controlled memory inside the
  program's address space