Commit dd1c0ec
chore(deps): switch seccompiler to upstream rust-vmm/seccompiler (#337)
## Summary
- Replace the personal fork (`branchseer/seccompiler`, branch
`seccomp-action-raw`) with the upstream `rust-vmm/seccompiler` repo
- Use `SeccompAction::UserNotif` (added upstream in commit 0858710)
instead of the fork's `SeccompAction::Raw(libc::SECCOMP_RET_USER_NOTIF)`
- Add comment in Cargo.toml explaining why we pin to a git rev (feature
not yet in a published release)
## Test plan
- [x] `cargo check -p fspy_seccomp_unotify --features supervisor,target`
passes
- [ ] CI passes
https://claude.ai/code/session_01GhffM3Grv8vjp7oDZDtv7C
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent dca66ce commit dd1c0ec
File tree
3 files changed
+4
-3
lines changed- crates/fspy_seccomp_unotify/src/supervisor
3 files changed
+4
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments