This file is indexed.

/usr/share/gosa/plugins/admin/fai/faiPackage.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
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
<table width="100%" summary="{t}FAI package{/t}">
 <tr>
  <td class='right-border'>
   <h3>{t}Generic{/t}
   </h3>
   <table summary="{t}Generic settings{/t}" cellspacing="4">
    <tr>
     <td><LABEL for="cn">{t}Name{/t}</LABEL>
     </td>
     <td>
      {render acl=$cnACL}
       <input type='text' value="{$cn}" size="45" disabled id="cn">
      {/render}
     </td>
    </tr>
    <tr>
     <td><LABEL for="description">{t}Description{/t}</LABEL>
     </td>
     <td>
      {render acl=$descriptionACL}
       <input type='text' value="{$description}" size="45" name="description" id="description">
      {/render}
     </td>
    </tr>
   </table>
  </td>
  <td width="50%" valign="top">
   <h3>{t}Repository{/t}
   </h3>
   <table summary="{t}Repository settings{/t}" cellspacing="4">
    <tr>
     <td>{t}Release{/t}:
     </td>
     <td>
      {$release}
     </td>
    </tr>
    <tr>
     <td>{t}Section{/t}:
     </td>
     <td>
      {$section}
     </td>
    </tr>
    <tr>
     <td>{t}Install method{/t}:
     </td>
     <td>
      {render acl=$FAIinstallMethodACL}
       <select name="FAIinstallMethod" title='{t}Please select the installation method{/t}' size=1>
        {html_options options=$FAIinstallMethods output=$FAIinstallMethod selected=$FAIinstallMethod}
       </select>
      {/render}
     </td>
    </tr>
   </table>
  </td>
 </tr>
</table>
<hr>
<table width="99%" summary="{t}Package settings{/t}">
 <tr>
  <td>
   <h3>{t}Used packages{/t}
   </h3>
   {$listing}
  </td>
 </tr>
 {render acl=$FAIpackageACL}
  <tr>
   <td>
    <input type="text" size="25" name="addPpkgsText" value="" />
    <button type='submit' name='AddManualpkg'>
    {msgPool type=addButton}</button>&nbsp;
    <button type='submit' name='Addpkg'>{t}Add from list{/t}</button>
   </td>
  </tr>
 {/render}
</table><!-- Place cursor -->
<script language="JavaScript" type="text/javascript"><!-- // First input field on page	focus_field('cn','description');  --></script>