Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo semanage port -l|grep 2212
sudo semanage port -a -p tcp -t http_port_t 2212

When SELinux is installed, enabled, and enforcing access controls, the output will resemble:

...