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

Implement user and group ID separation #36

Merged
merged 6 commits into from
Feb 29, 2024

Conversation

fischerling
Copy link
Contributor

  • Add a simple id(1) program.
  • Follow POSIX by using signed types for uid_t and gid_t
  • Separate between effective and real IDs and implement the required syscalls
  • Add support for suid and sgid binaries
  • Misc cleanups

@Galfurian Galfurian merged commit f538920 into mentos-team:develop Feb 29, 2024
17 checks passed
@Galfurian Galfurian added bug Something isn't working enhancement New feature or request labels Mar 1, 2024
@fischerling fischerling deleted the implement-id-separation branch March 14, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants