This file is indexed.

/usr/share/gosa/plugins/addons/goto/events/DaemonEvent_sysinfo.tpl is in gosa-plugin-goto 2.7.4+reloaded2-1+deb8u2.

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
{if $is_new}

<table style='width:100%;' summary="{t}Goto daemon event: System info{/t}">
  <tr>
    <td style='width:50%; ' class='right-border'>

      <table summary="{t}Schedule options{/t}">
        <tr>
          <td>
<b>{t}Schedule{/t}</b><br><br>
          {$timestamp}</td>
        </tr>
      </table>
    </td>
    <td style='width:50%; '>

      <table style='width:100%;' summary="{t}Target list{/t}">
        <tr>
          <td>
            <b>{t}System list{/t}</b>
            <br>
            {$target_list}
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>

{else}

<table style='width:100%;' summary="{t}Generic settings{/t}">
	<tr>
		<td style='width:50%; '>

			<table summary="{t}Generic settings{/t}">
				<tr>
					<td>{t}ID{/t}</td>
					<td>{$data.ID}</td>
				</tr>
				<tr>
					<td>{t}Status{/t}</td>
					<td>{$data.STATUS}</td>
				</tr>
				<tr>
					<td>{t}Result{/t}</td>
					<td>{$data.RESULT}</td>
				</tr>
				<tr>
					<td>{t}Target{/t}</td>
					<td>{$data.MACADDRESS}</td>
				</tr>
				<tr>
					<td>{t}Time stamp{/t}
</td>
					<td>{$timestamp}</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

{/if}