virtualsquare / virtualsquare/vuos
uid/gid related system call support
Open
@rd235 is already working on this.
Since Oct 25, 2017.
feature
- Dominant language
- C
- Stars
- 49
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.