====== SElinux - Check if SElinux is causing an application to fail ====== ===== Switch SElinux over to Permissive mode ===== setenforce 0 **NOTE:** If the application suddenly starts working, this means the issue is with SElinux. In this case, the application probably needs extra permissions that it doesn’t have. ---- ===== Change SElinux back to enforcing mode ===== setenforce 1