Open main menu

CDOT Wiki β

Changes

OPS245 Lab 1 dev

2 bytes added, 12:44, 5 January 2023
Part 3: Turning off SELinux
# Using elevated privileges, edit the file '''/etc/selinux/config''': <b><code><span style="color:#3366CC;font-size:1.3em;">sudo vim /etc/selinux/config</span></code></b>
# In the editing session, set '''SELINUX''' to '''<u>disabledpermissive</u>''' (from ''enforcing'') and save your editing session.
# Restart your VM.
# You can check the status of SELinux at any time at the command line by typing: <b><code><span style="color:#3366CC;font-size:1.3em;">getenforce</span></code></b> or <b><code><span style="color:#3366CC;font-size:1.3em;">sestatus</span></code></b>