This file is indexed.

/usr/share/shorewall/action.GlusterFS 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
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# Shorewall -- /usr/share/shorewall/action.GlusterFS
#
# GlusterFS Handler for GlusterFS 3.4 and Later
#
# Parameters:
#
# Bricks - Number of bricks
# IB     - 0 or 1, indicating whether Infiniband is used or not
#
###############################################################################

DEFAULTS 2,0

?if @1 !~ /^\d+/ || ! @1 || @1 > 1024
    ?error Invalid value for Bricks (@1)
?elsif @2 !~ /^[01]$/
    ?error Invalid value for IB (@2)
?endif

#ACTION		SOURCE		DEST		PROTO	DPORT

ACCEPT		-		-		udp	111,2049
ACCEPT		-		-		tcp	38465:38467

?if @{2}
ACCEPT		-		-		tcp	24007:24008
?else
ACCEPT		-		-		tcp	24007
?endif

?set last_port 49150 + @{1}

ACCEPT		-		-		tcp	49151:$last_port