Installing Cloudbreak on GCP
Also available as:
PDF

Disable SELINUX

Perform these steps to disable SELINUX.

Steps

  1. Disable SELINUX:
    setenforce 0
    sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
  2. Run the following command to ensure that SELinux is not turned on afterwards:
    getenforce
  3. The command should return “Disabled”.