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

Use O_RESOLVE_BENEATH on FreeBSD 13.0 #180

Closed
sunfishcode opened this issue Aug 20, 2021 · 0 comments
Closed

Use O_RESOLVE_BENEATH on FreeBSD 13.0 #180

sunfishcode opened this issue Aug 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@sunfishcode
Copy link
Member

FreeBSD 13.0 added a O_RESOLVE_BENEATH flag to open which appears to implement similar behavior to Linux's openat2's RESOLVE_BENEATH flag, which should allow us to implement sandboxed open with a single system call.

@sunfishcode sunfishcode added the enhancement New feature or request label Aug 20, 2021
valpackett added a commit to valpackett/cap-std that referenced this issue Feb 21, 2023
valpackett added a commit to valpackett/cap-std that referenced this issue Feb 21, 2023
valpackett added a commit to valpackett/cap-std that referenced this issue Feb 21, 2023
valpackett added a commit to valpackett/cap-std that referenced this issue Mar 30, 2023
valpackett added a commit to valpackett/cap-std that referenced this issue Sep 6, 2023
valpackett added a commit to valpackett/cap-std that referenced this issue Sep 6, 2023
valpackett added a commit to valpackett/cap-std that referenced this issue Sep 6, 2023
valpackett added a commit to valpackett/cap-std that referenced this issue Sep 6, 2023
valpackett added a commit to valpackett/cap-std that referenced this issue Oct 13, 2023
sunfishcode pushed a commit to valpackett/cap-std that referenced this issue Nov 1, 2023
sunfishcode pushed a commit to valpackett/cap-std that referenced this issue Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant