Disable SELinux - Fluid Topics - 3.7

Install Fluid Topics on Multiple Servers

Operating system
RHEL
Category
Technical Notes
Audience
public
Version
3.7

SELinux must be disabled to proceed with Fluid Topics environment installation.

  1. Edit the following file:

    As root user

    /etc/selinux/config

  2. Replace the following line:

    SELINUX=enforcing

    by

    SELINUX=disabled

Disabling SELinux may seem harmful but it is necessary to install and use Fluid Topics.

The server must be rebooted for SELinux to be correctly disabled, by using the following command:

As root user

reboot