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

SELinux blocking signal server #772

Closed
elhananjair opened this issue Jul 8, 2024 · 2 comments
Closed

SELinux blocking signal server #772

elhananjair opened this issue Jul 8, 2024 · 2 comments

Comments

@elhananjair
Copy link

elhananjair commented Jul 8, 2024

Hello @fancycode
signal server was working fine without a problem on old versions, but now SELinux is blocking it, for now, I am setting it to be 'permissive', I couldn't find a topic on this while reading the documentation on setting up a signal server.

@fancycode
Copy link
Member

Could this be the same as #322 / #615? You should see the actual SELinux blocking event in one of the logfiles which should point you to the syscall that was blocked.

@elhananjair
Copy link
Author

Thank you @fancycode

I fixed it using the following command
setsebool -P httpd_can_network_connect on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants