This file is indexed.

/usr/share/metainfo/org.roger-ferrer.Eiciel.appdata.xml is in eiciel 0.9.12.1-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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Roger Ferrer <rofirrim@gmail.com> -->
<component type="desktop-application">
    <id>org.roger-ferrer.Eiciel</id>
    <metadata_license>CC0-1.0</metadata_license>
    <project_license>GPL-2.0+</project_license>
    <name>Eiciel</name>
    <summary>Tool to manipulate ACL entries</summary>
    <description>
        <p>
            Eiciel is a standalone tool and a Nautilus plugin to graphically
            edit Access Control Lists (ACL) of your files. ACLs allow to set
            more fine-grained permissions than the traditional Unix permissions
            of user, group, other (UGO permissions).
        </p>
        <p>
            Eiciel also allows to edit the extended attributes of files and
            directories if the filesystem supports it.
        </p>
        <p>
            Not all filesystems support ACLs and extended attributes. And even for
            those supporting them, they must be enabled (by the system administrator)
            before using Eiciel.
        </p>
    </description>
    <launchable type="desktop-id">org.roger-ferrer.Eiciel.desktop</launchable>
 <screenshots>
  <screenshot type="default" width="1168" height="657">http://rofi.roger-ferrer.org/eiciel/gfx/shots/screenshot-appdata.png</screenshot>
 </screenshots>
 <url type="homepage">http://rofi.roger-ferrer.org/eiciel/</url>
 <developer_name>Roger Ferrer Ibáñez</developer_name>
</component>