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

[Needs Q/A] bsd-user: freebsd: implement some cap_* syscalls #86

Open
wants to merge 4 commits into
base: bsd-user
Choose a base branch
from
Open

Conversation

kevans91
Copy link
Collaborator

This passes my incredibly primitive "start up mips64 jail and wc -l //" and things "seems to work" -- I haven't done any audit to see if our use of std{out,err,in} will clash with target applications trying to limit them. I think not, as we shouldn't be doing anything crazy that the capsicum helpers limit.

Addresses issue #30 partially. Known limitations:
- cap_enter isn't supported yet
- std{in,out,err} cannot yet be limited
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 this pull request may close these issues.

1 participant