File cups.SuSEfirewall2 of Package cups
## Name: cups
## Description: Opens ports for CUPS to accept remote access like remote print jobs and browsing information
# space separated list of allowed TCP ports
# accept remote print jobs and all other access via IPP for the cupsd
# and additional remote print jobs via LPD port 515 for the cups-lpd
TCP="ipp 515"
# space separated list of allowed UDP ports
# accept remote CUPS browsing information via UDP unicast
UDP="ipp"
# space separated list of allowed RPC services
RPC=""
# space separated list of allowed IP protocols
IP=""
# space separated list of allowed UDP ports for UDP broadcasts
# accept remote CUPS browsing information via UDP broadcasts
BROADCAST="ipp"