January 2018
Intermediate to advanced
376 pages
8h 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.
sudo yum install httpd setroubleshoot setools policycoreutils policycoreutils-python
sudo service auditd restart
sudo systemctl enable --now httpd sudo firewall-cmd --permanent --add-service=http sudo firewall-cmd --reload
<html> <head> <title>SELinux ...