forked from icecc/icecream
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http://en.opensuse.org/SuSEfirewall2/Service_Definitions_Added_via_Packages svn path=/trunk/icecream/; revision=657220
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |