summaryrefslogtreecommitdiff
path: root/suse/SuSEfirewall.scheduler
blob: f25120030c8b31b4d887c3b8cebf31a4159dce0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Only the variables TCP, UDP, RPC, IP and BROADCAST are allowed.
# More may be supported in the future.
#
# For a more detailed description of the individual variables see
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
#

## Name: icecream scheduler
## Description: Opens ports for the icecream scheduler

# space separated list of allowed TCP ports
TCP="8765 8766"

# space separated list of allowed UDP ports
UDP=""

# space separated list of allowed RPC services
RPC=""

# space separated list of allowed IP protocols
IP=""

# space separated list of allowed UDP broadcast ports
BROADCAST="8765"