From Boldcore's wiki
Jump to: navigation, search
(Created page with "Usually, we just disable SELinux, instead of configuring it --lazy way :D <br> I think, that enabling application using the following commands is better approach. <pre> ause...")
(No difference)

Revision as of 17:32, 9 May 2018

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

I think, that enabling application using the following commands is 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.