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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 "your_application_name" | audit2alllow -M enable-app
semodule -i enable-app.pp

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