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

IPC socket could support setting ownership #1802

Open
gdamore opened this issue Apr 8, 2024 · 1 comment
Open

IPC socket could support setting ownership #1802

gdamore opened this issue Apr 8, 2024 · 1 comment
Labels

Comments

@gdamore
Copy link
Contributor

gdamore commented Apr 8, 2024

We do this in mangos -- there are options for the socket owner and group.

For parity we should do it here as well. (I was surprised to find that apparently I missed this. Note that chown is going to have to be a best effort operation - because it usually requires root that we frequently won't have. That might be why I declined to add it in the first place.

@gdamore gdamore added the posix label Apr 8, 2024
@gdamore
Copy link
Contributor Author

gdamore commented Apr 8, 2024

This is necessarily only a UNIX / POSIX thing.

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

No branches or pull requests

1 participant