Changing the SELinux mode to “permissive”

Last Updated : Jun 10, 2026 |

About this task

Before installing antivirus software on Avaya Aura® Device Services, you must ensure that the SELinux kernel security module operates in the permissive mode.

Before you begin

In OVA-based deployments, contact Avaya support personnel to configure the root password. Avaya Aura® Device Services does not have root access by default in ova-based deployments.

Procedure

  1. Log in to the Avaya Aura® Device Services CLI as follows:
    • In OVA-based deployments, log in as an administrator, and then switch to the root user using the following command:

      su root
    • In software-only deployments, log in as the root user.

  2. To set the SELinux mode to permissive, run the following command:
    setenforce 0
  3. Open SELinux configuration file /etc/selinux/config in a text editor.
  4. Set the value of the SELINUX parameter to permissive.

    SELINUX=permissive

    Warning:

    Ensure that permissive is properly spelled. Misspelling the setting value can case kernel panic issues.

  5. Save the file.
  6. To reboot Avaya Aura® Device Services, run the following command:
    reboot
  7. To verify the SELinux configuration, do the following:
    1. Log in to the Avaya Aura® Device Services CLI as an administrator.
    2. Run the following command:
      sestatus
    3. Ensure that Avaya Aura® Device Services displays permissive in the command output.