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

Suplementary Groups #684

Open
jonathanbeber opened this issue May 16, 2024 · 0 comments · May be fixed by #685
Open

Suplementary Groups #684

jonathanbeber opened this issue May 16, 2024 · 0 comments · May be fixed by #685

Comments

@jonathanbeber
Copy link

jonathanbeber commented May 16, 2024

Hello there,

Is there a way to set the supplementary group IDs when spawning a new terminal? I see gid is a number and not an array, so I guess that's not the right way to achieve that.

Supplementary group IDs is a common thing for emulated terminals, since users can benefit from permissions coming other groups rather than their main one.

I thought about changing the process' groups with process.setgroups but it changes the process of the current process, what means I can't change it after it was already forked.

Any suggestion is really appreciated.

@ArDrambyan ArDrambyan linked a pull request Jun 4, 2024 that will close this issue
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 a pull request may close this issue.

1 participant