From Boldcore's wiki
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.