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

uid/gid related system call support #8

Open
rd235 opened this issue Oct 25, 2017 · 1 comment
Open

uid/gid related system call support #8

rd235 opened this issue Oct 25, 2017 · 1 comment
Assignees
Labels

Comments

@rd235
Copy link
Member

rd235 commented Oct 25, 2017

all the set/get real/effective/saved/file-system uid/gid system call management is still missing.
A data structure to store the current values for each process is needed.
We also need a suitable abstraction to decide when the new {u|g}id is virtual or real (it is just seen by processes or it is known by the real Linux kernel)

@rd235 rd235 added the feature label Oct 25, 2017
@rd235 rd235 self-assigned this Oct 25, 2017
@rd235
Copy link
Member Author

rd235 commented Nov 5, 2017

The new branch uid_gid_virtualization provides an implementation to solve this issue. I have filed a pull request.

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