How to disable selinux. vastool status reports INFO: SELinux enabled which could be preventing authentication
Temporarily switch off selinux:
echo 0 >/selinux/enforce
To confirm run the following which will print a "0" or "1" for permissive or enforcing:
cat /selinux/enforce
To set back:
echo 1 >/selinux/enforce
To fully disable selinux:
1 - Edit the /etc/selinux/config file and change the SELINUX line to SELINUX=disabled
2 - Reboot
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center