Ubuntu - SELinux - Get List Of Allowed Network Ports

Print Full List Of Allowed Network Ports.

Type the following commands:

semanage port -l
semanage port -l | less
#### look for port 80 ####
semanage port -l | grep -w 80