selinux:check_if_selinux_is_causing_an_application_to_fail
Table of Contents
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
selinux/check_if_selinux_is_causing_an_application_to_fail.txt · Last modified: 2021/01/04 23:04 by peter