SELinux Shutdown

For Kaspersky Web Traffic Security to work on CentOS or Red Hat Enterprise Linux, SELinux must be disabled.

To disable SELinux:

  1. Check the current status of SELinux. To do so, execute the command:

    sestatus

  2. Check the SELinux status parameter.

    If the parameter is disabled, no further action is required.

  3. Open the /etc/selinux/config file for editing and change the value of the SELINUX parameter to disabled.
  4. Restart the operating system.
  5. Check the SELinux status again. To do so, execute the command:

    sestatus

    The SELinux status parameter must be disabled.

SELinux will be disabled.

Page top