This file is indexed.

/usr/share/gosa/plugins/addons/goto/log_view.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
{if !$ACL}

	<h3>{msgPool type=permView}</h3>

{else}
	{if $logs_available}
	<h3>{t}Available logs{/t}</h3>


    <table style='width:100%;height:40px;' summary="{t}View system logs{/t}"><tr><td>
		{$listing}
    </td></tr></table>
	  <br>
	  <hr>
		<h3>{t}Selected log{/t}: {$selected_log}</h3>
			{$log_file}
	{else}
		<h3>{t}No logs for this host available!{/t}</h3>
	{/if}
{/if}

{if $standalone}
<br>
<input type="hidden" name="ignore" value="1">
<hr>
<div class="plugin-actions">
	<button type='submit' name='abort_event_dialog'>{msgPool type=backButton}</button>
</div>
<br>
{/if}