This file is indexed.

/usr/share/shorewall/macro.Amanda is in shorewall 4.6.4.3-2.

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
#
# Shorewall version 4 - Amanda Macro
#
# /usr/share/shorewall/macro.Amanda
#
#	This macro handles connections required by the AMANDA backup system
#	to back up remote nodes.  It does not provide the ability to restore
#	files from those nodes.
#
###############################################################################
?FORMAT 2
###############################################################################
#ACTION	SOURCE	DEST	PROTO	DEST	SOURCE	ORIGIN	RATE	USER/
#				PORT(S)	PORT(S)	DEST	LIMIT	GROUP

?if ( __CT_TARGET && ! $AUTOHELPERS && __AMANDA_HELPER )
 PARAM	-	-	udp	10080 { helper=amanda }
?else
 PARAM	-	-	udp	10080
?endif

PARAM	-	-	tcp	10080
#
# You may also need this rule.  With AMANDA 2.4.4 on Linux kernel 2.6,
# it should not be necessary to use this.  The ip_conntrack_amanda
# kernel module should be loaded (via /etc/shorewall/modules) on all
# systems which need to pass AMANDA traffic through netfilter.
#PARAM	-	-	tcp	50000:50100
#