This file is indexed.

/usr/share/shorewall6/action.AllowICMPs is in shorewall6 5.0.4-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
#
# Shorewall6 version 5 - AllowICMPs Action
#
# /usr/share/shorewall6/action.AllowICMPs
#
#	This action ACCEPTs needed ICMP types
#
###############################################################################
#TARGET	SOURCE		DEST	PROTO		DEST
#						PORT(S)

DEFAULTS ACCEPT

?COMMENT Needed ICMP types (RFC4890)

$1	-		-	ipv6-icmp	destination-unreachable
$1	-		-	ipv6-icmp	packet-too-big
$1	-		-	ipv6-icmp	time-exceeded
$1	-		-	ipv6-icmp	parameter-problem

# The following should have a ttl of 255 and must be allowed to transit a bridge
$1	-		-	ipv6-icmp	router-solicitation
$1	-		-	ipv6-icmp	router-advertisement
$1	-		-	ipv6-icmp	neighbour-solicitation
$1	-		-	ipv6-icmp	neighbour-advertisement
$1	-		-	ipv6-icmp	137	# Redirect
$1	-		-	ipv6-icmp	141	# Inverse neighbour discovery solicitation
$1	-		-	ipv6-icmp	142	# Inverse neighbour discovery advertisement

# The following should have a link local source address and must be allowed to transit a bridge
$1	fe80::/10	-	ipv6-icmp	130	# Listener query
$1	fe80::/10	-	ipv6-icmp	131	# Listener report
$1	fe80::/10	-	ipv6-icmp	132	# Listener done
$1	fe80::/10	-	ipv6-icmp	143	# Listener report v2

# The following should be received with a ttl of 255 and must be allowed to transit a bridge
$1	-		-	ipv6-icmp	148	# Certificate path solicitation
$1	-		-	ipv6-icmp	149	# Certificate path advertisement

# The following should have a link local source address and a ttl of 1 and must be allowed to transit abridge
$1	fe80::/10	-	ipv6-icmp	151	# Multicast router advertisement
$1	fe80::/10	-	ipv6-icmp	152	# Multicast router solicitation
$1	fe80::/10	-	ipv6-icmp	153	# Multicast router termination