February 2020
Intermediate to advanced
666 pages
15h 45m
English
In this lab, you'll install the Apache web server and the appropriate SELinux tools. You'll then view the effects of having the wrong SELinux type assigned to a web content file if you're ready, let's go:
sudo yum install httpd setroubleshoot setools policycoreutils policycoreutils-python
On CentOS 8, use the following command:
sudo dnf install httpd setroubleshoot setools policycoreutils policycoreutils-python-utils
sudo service auditd restart
sudo systemctl enable --now httpdsudo firewall-cmd --permanent ...