This file is indexed.

/usr/share/fusiondirectory/plugins/admin/systems/network_section.tpl is in fusiondirectory-plugin-systems 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
<div id="{$sectionId}" class="plugin-section">
  <span class="legend">
    {$section}
  </span>
  <div>
    {$attributes.networkSettings.display}
  </div>
</div>