This file is indexed.

/usr/share/gosa/plugins/admin/fai/faiPartitionTableEntry.tpl is in gosa-plugin-fai 2.7.4+reloaded1-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
<input type="hidden" name="TableEntryFrameSubmitted" value="1">
<h3>{t}Device{/t}
</h3>
<table style='width:100%' summary="{t}FAI partition table entry{/t}">
 <tr>
  <td style='width:50%;' class='right-border'><LABEL for="DISKcn">{t}Name{/t}</LABEL>
   {$must}&nbsp;
   {render acl=$DISKcnACL}
    <input type='text' value="{$DISKcn}" size="45" maxlength="80" name="DISKcn" id="DISKcn">
   {/render}
  </td>
  <td><LABEL for="DISKdescription">&nbsp;{t}Description{/t}</LABEL>&nbsp;
   {render acl=$DISKdescriptionACL}
    <input type='text' value="{$DISKdescription}" size="45" maxlength="80" name="DISKdescription" id="DISKdescription">
   {/render}
  </td>
 </tr>
</table>
<br>
<hr>
<br>
<h3>{t}Partition entries{/t}
</h3>
{$setup}
<br>

{if !$freeze}
 
 {if $sub_object_is_createable}
  <button type='submit' name='AddPartition'>{t}Add partition{/t}</button>
  {else}
  <button type='submit' name='restricted'>{t}Add partition{/t}</button>
  
 {/if}
 
{/if}
<br>
<br>
<hr>
<br>
<div class="plugin-actions">
 
 {if !$freeze}
  <button type='submit' name='SaveDisk'>
  {msgPool type=saveButton}</button>
  
 {/if}
 <button type='submit' name='CancelDisk'>
 {msgPool type=cancelButton}</button>
</div><!-- Place cursor -->
<script language="JavaScript" type="text/javascript"><!-- // First input field on page	focus_field('DISK_cn');  --></script>