-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature selinux #191
Feature selinux #191
Conversation
Hi @bastelfreak The CI build failed on this:
Can you check and fix this first? Then I'm able to merge this PR. Thanks in advance. |
I fixed the issues in server.pp. I'm not sure what is wrong with the web.pp, the code is fine, there aren't any hard tabs, only soft tabs. Every reformat I do there leads to new suspicious issues in that file. |
8f1468b
to
45cf62e
Compare
and fix alignment
45cf62e
to
50df830
Compare
wuhu \o/ |
Looks good to me. One thing before I merge, this only concerns the Server? Not the agent? |
These settings are only needed on the machine that runs the zabbix-server or the webfrontend. The agent itself doesn't need a selinux boolean in the default configuration. I just tested that on my CentOS 7 stuff with Zabbix 2.4 |
Ok, thanks!! 👍 |
two additions to make zabbix + selinux working. you maybe also need:
but this is really apache specific and should be handled by the apache module or by a profile. This PR is related to #190