-
Notifications
You must be signed in to change notification settings - Fork 0
feat(sandbox): implement macOS SandboxExecutor using Seatbelt/SBPL
#67
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
213dcbb
feat(sandbox): implement macOS SandboxExecutor using Seatbelt/SBPL
fohte 670c12c
refactor(sandbox): address PR review feedback
fohte f900b9e
fix(sandbox): handle relative paths and glob patterns in SBPL deny rules
fohte 0bb40d3
refactor(sandbox): replace hand-written glob-to-regex with globset crate
fohte 94e33a2
fix(sandbox): conditionally import rstest fixture for macOS-only tests
fohte b58be41
fix(sandbox): error on undefined --sandbox preset name
fohte 51d66fc
fix(sandbox): strip (?-u) prefix from globset regex and detect ? and …
fohte a7db71d
Revert "fix(sandbox): strip (?-u) prefix from globset regex and detec…
fohte 90e803d
Revert "fix(sandbox): conditionally import rstest fixture for macOS-o…
fohte 016b483
Revert "refactor(sandbox): replace hand-written glob-to-regex with gl…
fohte 5152f4c
fix(sandbox): detect `?` and `[` as glob characters and support them …
fohte f812857
Merge remote-tracking branch 'origin/main' into fohte/impl-runok-init…
fohte 82832f1
fix(sandbox): add brace expansion support and skip sandbox tests unde…
fohte a778448
fix(sandbox): add is_supported to LinuxSandboxExecutor and fix fixtur…
fohte fa966a6
fix(sandbox): conditionally import macOS-only symbols in main.rs
fohte a2a1561
refactor(sandbox): extract glob pattern logic into separate module
fohte 76e6f47
refactor(sandbox): move glob_pattern under macos_sandbox module
fohte d95e0d6
test(sandbox): add edge case tests for glob-to-regex conversion
fohte 0451a3e
test(sandbox): add regex match verification to glob-to-regex tests
fohte 12b6d50
fix(sandbox): convert glob `[!...]` negation to regex `[^...]`
fohte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.