SELinux Shutdown

December 13, 2023

ID 165993

For operation of Kaspersky Web Traffic Security on CentOS or Red Hat Enterprise Linux operating systems, SELinux must be disabled.

To disable SELinux:

  1. Check the settings for starting SELinux at system startup. To do so, execute the command:

    cat /etc/selinux/config

  2. If the SELINUX parameter has the enforcing value, disable the startup of SELinux at system startup. To do so, in the /etc/selinux/config file, specify SELINUX=disabled instead of SELINUX=enforcing.
  3. Check the current status of SELinux. To do so, execute the command:

    sestatus

  4. If the SELinux status parameter has the enabled value, disable SELinux. To do so, execute the command:

    setenforce 0

SELinux will be disabled.

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.