From Boldcore's wiki
(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...") |
|||
Line 1: | Line 1: | ||
Usually, we just disable SELinux, instead of configuring it --lazy way :D <br> | 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. | + | I think, that enabling application using the following commands is a bit better approach. |
<pre> | <pre> |
Revision as of 16: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 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.