This file is indexed.

/usr/share/doc/libgsecuredelete0/README is in libgsecuredelete0 0.3-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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
================
libgsecuredelete
================

libgsecuredelete is a GObject wrapper library for the secure-delete
tools (srm, sfill, sswap and smem), aiming to ease use of these tools
from programs by providing a simple but complete API to invoke them.

Build dependencies
==================

To build this library you will need:

* A C compiler (such as gcc)
* make
* autoconf
* libtool
* pkg-config
* GLib 2 (libglib2.0, some distributions might have a separate
  libgobject2.0)

If you want to build the development version, you will need
valac >= 0.14.2.  Note that the current build system cannot work
correctly if a Vala compiler is installed but at a too old version, even
though having no Vala compiler at all is perfectly fine when building
from tarballs.

Dependencies
============

In addition to the build dependencies, you will need the following
extra packages for the library to work properly:

* secure-delete
* pkexec (from the policykit package)

Quick installation instructions
===============================

::

  $ ./configure
  $ make
  # make install

For more detailed instructions and options, read INSTALL.