Skip to content
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

Add notice for SELinux enabled systems #304

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

log1-c
Copy link

@log1-c log1-c commented Dec 3, 2021

After the update to v1.2.0 on a system where SELinux is running you get the following error message in the web interface
image

To work around this problem you can set the SELinux context for the /var/run/icinga-vspheredb folder with the following command
semanage fcontext -a -t icingaweb2_rw_content_t '/var/run/icinga-vspheredb(/.*)?'

This command has to be run prior to the whole installation process of the module, the users and the other stuff.

After the update to v1.2.0 on a system where SELinux is running you get the following error message in the web interface
![image](https://user-images.githubusercontent.com/24474580/144617954-38070181-9826-4b9f-9e15-8344484f8e9c.png)

To work around this problem you can set the SELinux context for the /var/run/icinga-vspheredb folder with the following command
`semanage fcontext -a -t icingaweb2_rw_content_t '/var/run/icinga-vspheredb(/.*)?'`

This command has to be run prior to the whole installation process of the module, the users and the other stuff.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant