This file is indexed.

/usr/share/doc/paco/BUGS is in paco 2.0.9-1.

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
24
25
26
27
28
   &$4^+]@\s)=o
   x=        ?$
   -%  bUgS  (O
   ?0        /#
___%'#q*<_{^:y4________________________________________________________________


% Due to LD_PRELOAD limitations, when logging package installations all the
  executables must link libc dynamically. This makes paco unusable on FreeBSD
  and OpenBSD.

# When logging package installations, the files are not properly logged if the
  install commands are suid. The reason for this is that the dynamic library
  linker (ld) automatically rejects prelinking suid or sgid binaries against
  LD_PRELOAD libraries. This is not a bug but a security patch.
  
  For example, if you want to use the program sudo to install packages, you
  should wrap paco with sudo and not sudo with paco, because sudo is suid:
  
  	$ sudo paco -lp foo make install  # this would work fine
	
	$ paco sudo -lp foo make install  # the package foo would be installed, but
	                                  # paco wouldn't log anything.

@ In some cases, the LD_PRELOAD is not taken into account, for example Solaris
  cc doesn't recognize it (better use gcc ;-)

_______________________________________________________________________________