This file is indexed.

/usr/share/zentyal/templates/firewall/filter.mas is in zentyal-firewall 2.3.3.

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
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<%args>
$showImages => 1
</%args>
<%init>
use EBox::Gettext;
</%init>
<p>

<table>
  <tr>
    <td>
% if ($showImages) {
<a href="/Firewall/View/InternalToEBoxRuleTable"><img src="/data/firewall/internal_to_zentyal.png" /></a>
% }
    </td>
    <td>
<h3><% __('Filtering rules from internal networks to Zentyal') %></h3>
<div class=''>
	<% __('These rules allow you to control access from internal networks to services running on your Zentyal machine.') %> </div>
	<p>
		<a href="/Firewall/View/InternalToEBoxRuleTable"><% __('Configure rules') %></a>
	</p>
    </td>
  </tr>
  <tr>
    <td>
% if ($showImages) {
<a href="/Firewall/View/ToInternetRuleTable"><img src="/data/firewall/internal_networks.png" /></a>
% }
    </td>
    <td>

<h3><% __('Filtering rules for internal networks') %></h3>
<div class=''>
	<% __('These rules allow you to control access from internal networks to the Internet and traffic between internal networks. If you wish to provide access to your Zentyal services, you must use the above section.') %>
</div>
	<p>
		<a href="/Firewall/View/ToInternetRuleTable"><% __('Configure rules') %></a>
	</p>
    </td>
  </tr>
  <tr>
    <td>
% if ($showImages) {
<a href="/Firewall/View/ExternalToEBoxRuleTable"><img src="/data/firewall/external_to_zentyal.png" /></a>
% }
    </td>
    <td>

<h3><% __('Filtering rules from external networks to Zentyal') %></h3>
<div class=''>
	<% __('These rules allow you to control access from external networks to sevices running on your Zentyal machine.') %>
</div>
<div class='warning'>
	<% __('Be advised that adding rules in this section may compromise your network security as you may grant access from untrusted networks. Please do not use this unless you know what you are doing.') %>
</div>
	<p>
		<a href="/Firewall/View/ExternalToEBoxRuleTable"><% __('Configure rules') %></a>
	</p>
    </td>
  </tr>
  <tr>
    <td>
% if ($showImages) {
<a href="/Firewall/View/ExternalToInternalRuleTable"><img src="/data/firewall/external_to_internal.png" /></a>
% }
    </td>
    <td>

<h3><% __('Filtering rules from external networks to internal networks') %></h3>
<div class=''>
	<% __('These rules allow you to control access from external networks to internal networks.') %>
</div>
<div class='warning'>
	<% __('Be advised that adding rules in this section may compromise your network security as you may grant access from untrusted networks. Please do not use this unless you know what you are doing.') %>
</div>
	<p>
		<a href="/Firewall/View/ExternalToInternalRuleTable"><% __('Configure rules') %></a>
	</p>
    </td>
  </tr>
  <tr>
    <td>
% if ($showImages) {
<a href="/Firewall/View/EBoxOutputRuleTable"><img src="/data/firewall/outgoing_traffic.png" /></a>
% }
    </td>
    <td>
<h3><% __('Filtering rules for traffic coming out from Zentyal') %></h3>
<div class=''>
	<% __('These rules allow you to control access from your Zentyal to external services.') %>
</div>
	<p>
		<a href="/Firewall/View/EBoxOutputRuleTable"><% __('Configure rules') %></a>
	</p>
    </td>
  </tr>
  <tr>
    <td>
% if ($showImages) {
<a href="/Firewall/View/EBoxServicesRuleTable"><img src="/data/firewall/advanced.png" /></a>
% }
    </td>
    <td>
<h3><% __('Rules added by Zentyal services (Advanced)') %></h3>
<div class=''>
	<% __('These rules are automatically added by the Zentyal services.') %>
</div>
<div class='warning'>
	<% __('You can disable these rules, but make sure you know what you are doing or otherwise some services could stop working.') %>
</div>
	<p>
		<a href="/Firewall/View/EBoxServicesRuleTable"><% __('Configure rules') %></a>
	</p>
    </td>
  </tr>
</table>