From Boldcore's wiki
Revision as of 17:32, 9 May 2018 by Admin (Talk | contribs)

Jump to: navigation, search

Usually, we just disable SELinux, instead of configuring it --lazy way :D

I think, that enabling application using the following commands is a bit better approach.

ausearch -c "application" | audit2alllow -M enable-app
semodule -i enable-app.pp

Then restart the service and it should work with no issues.