Disabling SELinux

UMLUseCase
IBM :: Troubleshhoting :: Disabling SELinux

Description

vi /etc/selinux/config enforcing

Disabling SELinux

SELinux (Security-Enhanced Linux), an access-control implementation, can prevent web UI access.

About this task

To disable SELinux:

Procedure

Open the SELinux configuration file: /etc/selinux/config.

Locate the following line:

SELINUX=enforcing

Change the value to disabled:

SELINUX=disabled

Save your changes and close the file. On the next reboot, SELinux is permanently disabled. To dynamically disable it before the reboot, run the following command:

setenforce 0

Properties

Name Value
name Disabling SELinux
stereotype null
visibility public
isAbstract false
isFinalSpecialization false
isLeaf false
extensionPoints

Relationships