This file is indexed.

/usr/share/fusiondirectory/plugins/addons/argonaut/deploy-list.xml is in fusiondirectory-plugin-argonaut 1.0.19-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
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<?xml version="1.0" encoding="UTF-8"?>

<list>
  <definition>
    <departmentBrowser>false</departmentBrowser>
    <departmentRootVisible>false</departmentRootVisible>
    <baseMode>false</baseMode>
    <multiSelect>true</multiSelect>
    <template>deploy-list.tpl</template>
    <label>List of queued jobs</label>
    <defaultSortColumn>3</defaultSortColumn>

    <objectType>
      <label>Event</label>
      <objectClass>FAKE_OC__gotoEvent</objectClass>
      <category>argonautQueue</category>
      <class>argonautQueue</class>
      <image>images/empty.png</image>
    </objectType>

  </definition>

  <table>
    <layout>||120px|80px|120px|100px|180px;r|</layout>

    <column>
      <label>Target</label>
      <sortAttribute>MACADDRESS</sortAttribute>
      <sortType>string</sortType>
      <value>%{filter:hostName(MACADDRESS,PLAINNAME)}</value>
      <export>true</export>
    </column>

    <column>
      <label>Task</label>
      <sortAttribute>givenName</sortAttribute>
      <sortType>string</sortType>
      <value>%{filter:filterTask(HEADERTAG,PROGRESS)}</value>
      <export>true</export>
    </column>

    <column>
      <label>Period</label>
      <sortAttribute>uid</sortAttribute>
      <sortType>string</sortType>
      <value>%{filter:filterPeriod(PERIODIC)}</value>
      <export>true</export>
    </column>

    <column>
      <label>Schedule</label>
      <sortAttribute>Schedule</sortAttribute>
      <sortType>date</sortType>
      <value>%{filter:filterSchedule(TIMESTAMP)}</value>
      <export>true</export>
    </column>

    <column>
      <label>Status</label>
      <sortAttribute>uid</sortAttribute>
      <sortType>string</sortType>
      <value>%{filter:filterStatus(row,STATUS,SUBSTATUS)}</value>
      <export>true</export>
    </column>

    <column>
      <label>Actions</label>
      <value>%{filter:actions(dn,row,objectClass)}</value>
    </column>

  </table>

  <actionmenu>

    <action>
      <name>import</name>
      <type>entry</type>
      <image>geticon.php?context=actions&amp;icon=document-import&amp;size=16</image>
      <label>Import</label>
    </action>

    <action>
      <name>remove</name>
      <type>entry</type>
      <image>geticon.php?context=actions&amp;icon=edit-delete&amp;size=16</image>
      <label>Remove</label>
    </action>

    <action>
      <type>separator</type>
    </action>

    <action>
      <name>abort</name>
      <type>entry</type>
      <image>geticon.php?context=actions&amp;icon=process-stop&amp;size=16</image>
      <label>Abort</label>
    </action>

    <action>
      <type>separator</type>
    </action>

    <action>
      <name>processNow</name>
      <type>entry</type>
      <image>geticon.php?context=types&amp;icon=action&amp;size=16</image>
      <label>Execute</label>
    </action>

  </actionmenu>

  <actiontriggers snapshot="false" copypaste="false">

    <action>
      <name>processNow</name>
      <type>entry</type>
      <objectclass>FAKE_OC__processNow</objectclass>
      <image>geticon.php?context=types&amp;icon=action&amp;size=16</image>
      <label>Process now</label>
    </action>

    <action>
      <name>viewLogs</name>
      <type>entry</type>
      <objectclass>FAKE_OC__viewLogs</objectclass>
      <image>geticon.php?context=actions&amp;icon=view-logs&amp;size=16</image>
      <label>View logs</label>
    </action>

    <action>
      <name>remove</name>
      <type>entry</type>
      <objectclass>FAKE_OC__remove</objectclass>
      <image>geticon.php?context=actions&amp;icon=edit-delete&amp;size=16</image>
      <label>Remove</label>
    </action>

    <action>
      <name>abort</name>
      <type>entry</type>
      <objectclass>FAKE_OC__abort</objectclass>
      <image>geticon.php?context=actions&amp;icon=process-stop&amp;size=16</image>
      <label>Abort</label>
    </action>

  </actiontriggers>

</list>