Skip to Content
Mastering Linux Security and Hardening
book

Mastering Linux Security and Hardening

by Donald A. Tevault
January 2018
Intermediate to advanced
376 pages
8h 45m
English
Packt Publishing
Content preview from Mastering Linux Security and Hardening

Hands-on lab – SELinux type enforcement

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.

  1. Install Apache, along with all the required SELinux tools:
        sudo yum install httpd setroubleshoot setools         policycoreutils policycoreutils-python
  1. Activate setroubleshoot by restarting the auditd service:
        sudo service auditd restart
  1. Enable and start the Apache service and open port 80 on the firewall:
        sudo systemctl enable --now httpd        sudo firewall-cmd --permanent --add-service=http        sudo firewall-cmd --reload
  1. In the /var/www/html directory, create an index.html file with the following contents:
        <html>          <head> <title>SELinux ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Linux Security and Hardening, The Practical Security Guide

Linux Security and Hardening, The Practical Security Guide

Jason Cannon
Mastering Linux Administration

Mastering Linux Administration

Alexandru Calcatinge, Julian Balog

Publisher Resources

ISBN: 9781788620307Other