# FLASK

#
# Security contexts for network entities
# If no context is specified, then a default initial SID is used.
#

#
# Port numbers (default = initial SID 'port')
# 
# protocol number context
# protocol low-high context
#
tcp 21 system_u:object_r:ftp_port_t
tcp 23 system_u:object_r:telnet_port_t
tcp 25 system_u:object_r:smtp_port_t
tcp 80  system_u:object_r:http_port_t
tcp 513 system_u:object_r:rlogin_port_t
tcp 514 system_u:object_r:rsh_port_t
tcp 515 system_u:object_r:printer_port_t
tcp 8080  system_u:object_r:http_port_t


# Network interfaces (default = initial SID 'netif' and 'netmsg')
#
# interface netif_context default_msg_context
#
lo system_u:object_r:netif_lo_t system_u:object_r:netmsg_lo_t
eth0 system_u:object_r:netif_eth0_t system_u:object_r:netmsg_eth0_t
eth1 system_u:object_r:netif_eth1_t system_u:object_r:netmsg_eth1_t


# Nodes (default = initial SID 'node')
#
# address mask context
#
# The first matching entry is used.
#
127.0.0.1 255.255.255.255 system_u:object_r:node_lo_t
144.51.25.0 255.255.255.0 system_u:object_r:node_internal_t

# NFS servers (default = initial SID 'nfs')
#
# address mask fs_context file_context
# 
# The first matching entry is used.
#
10.33.1.2 255.255.255.255 system_u:object_r:nfs_clipper_t system_u:object_r:nfs_clipper_t

# FLASK
