January 2018
Intermediate to advanced
376 pages
8h 45m
English
In this lab, you'll view the effects of having Apache try to listen on an unauthorized port:
sudo semanage port -l | grep 'http'
sudo systemctl restart httpd
sudo tail -20 /var/log/messages
sudo semanage port -a 82 -t http_port_t -p tcp sudo semanage port -l sudo systemctl restart httpd
sudo semanage ...