Skip to content

chore(deps): switch seccompiler to upstream rust-vmm/seccompiler#337

Merged
branchseer merged 2 commits intomainfrom
claude/update-seccompiler-upstream-n5Yub
Apr 16, 2026
Merged

chore(deps): switch seccompiler to upstream rust-vmm/seccompiler#337
branchseer merged 2 commits intomainfrom
claude/update-seccompiler-upstream-n5Yub

Conversation

@branchseer
Copy link
Copy Markdown
Member

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

  • cargo check -p fspy_seccomp_unotify --features supervisor,target passes
  • CI passes

https://claude.ai/code/session_01GhffM3Grv8vjp7oDZDtv7C

claude added 2 commits April 16, 2026 13:13
Replace the personal fork (branchseer/seccompiler, branch seccomp-action-raw)
with the upstream repo which now natively supports SECCOMP_RET_USER_NOTIF via
SeccompAction::UserNotif.

https://claude.ai/code/session_01GhffM3Grv8vjp7oDZDtv7C
SeccompAction::UserNotif was added after the latest published release
(v0.5.0), so we need to pin to a specific upstream commit.

https://claude.ai/code/session_01GhffM3Grv8vjp7oDZDtv7C
@branchseer branchseer merged commit dd1c0ec into main Apr 16, 2026
9 checks passed
@branchseer branchseer deleted the claude/update-seccompiler-upstream-n5Yub branch April 16, 2026 13:27
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.

2 participants