Skip to content

Commit

Permalink
provide information as described on
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Apr 23, 2007
1 parent e7cd7aa commit 812c05b
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions suse/SuSEfirewall.iceccd
Original file line number Diff line number Diff line change
@@ -0,0 +1,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: template service
## Description: opens ports for foo in order to allow bar

# space separated list of allowed TCP ports
TCP="10245"

# 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=""
24 changes: 24 additions & 0 deletions suse/SuSEfirewall.scheduler
Original file line number Diff line number Diff line change
@@ -0,0 +1,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: template service
## Description: opens ports for foo in order to allow bar

# 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"

0 comments on commit 812c05b

Please sign in to comment.