# Check if active
sudo getenforce
# Set to Permissive Mode (i.e. policies enabled but no action taken, just auditing)
sudo setenforce 0
# Check if active
sudo getenforce
# Set to Permissive Mode (i.e. policies enabled but no action taken, just auditing)
sudo setenforce 0