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

Make socket permissions configurable #19

Closed
wants to merge 2 commits into from
Closed

Conversation

TheDaemoness
Copy link
Member

Closes #11.

Changes curite's umask for the bind call, then resets it. Implementation isn't panic-safe (the umask is not reset before panicking if the bind fails) but I'm not expecting this to be a problem in practice.

@glguy
Copy link
Member

glguy commented Jun 5, 2024

I got the permissions worked out with the UMask field of the .service file so we can close this if you want

@jesopo jesopo closed this Jun 5, 2024
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

Successfully merging this pull request may close these issues.

Configurable socket permission
3 participants