This file is indexed.

/usr/share/doc/libsignon-qt5-dev/README.md is in libsignon-qt5-dev 8.59-1+b2.

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
SignOn daemon
=============

The SignOn daemon is a D-Bus service which performs user authentication on
behalf of its clients. There are currently authentication plugins for OAuth 1.0
and 2.0, SASL, Digest-MD5, and plain username/password combination.


License
-------

See COPYING file.


Build instructions
------------------

This project depends on Qt 5. To build it, run
```
qmake
make
make install
```