This file is indexed.

/usr/share/shorewall/macro.TFTP is in shorewall 5.0.15.6-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
#
# Shorewall -- /usr/share/shorewall/macro.TFTP
#
# This macro handles Trivial File Transfer Protocol (TFTP)
# Because TFTP lacks all security you should not enable it over Internet.
#
###############################################################################
#ACTION	SOURCE	DEST	PROTO	DPORT	SPORT	ORIGDEST	RATE	USER

?if ( __CT_TARGET && ! $AUTOHELPERS && __TFTP_HELPER )
 PARAM	-	-	udp	69 { helper=tftp }
?else
 PARAM	-	-	udp	69
?endif