This file is indexed.

/usr/share/gps/plug-ins/pfni.xml is in adacontrol 1.19r10-2.

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
<?xml version="1.0" ?>

<!--  This file adds support for pfni -->
<Pfni>

 <!--  Actions  -->
<action name="Display_Fni" show-command="false" output="none">
  <filter language="ada" />
  <shell lang="python">pfni.options() </shell>
  <external output="">pfni %1                   </external>
  <shell>MDI.get "Messages"</shell>
  <shell>MDIWindow.raise_window %1</shell>
</action>

<action name="Display_Fni_Ol" show-command="false" output="none">
  <filter language="ada" />
  <shell lang="python">pfni.options() </shell>
  <external output="">pfni -qo %1     </external>
  <shell>MDI.get "Messages"</shell>
  <shell>MDIWindow.raise_window %1</shell>
</action>

 <!--  Contextual  -->
<contextual action="Display_Fni" >
    <Title>Print full name of %e</Title>
</contextual>
<contextual action="Display_Fni_Ol" >
    <Title>Print full name of %e (with overloading)</Title>
</contextual>
</Pfni>