Skip to content

Minimal change to add SECCOMP_RET_USER_NOTIF support#95

Merged
petreeftime merged 2 commits intorust-vmm:mainfrom
marcbrooker:main
Apr 14, 2026
Merged

Minimal change to add SECCOMP_RET_USER_NOTIF support#95
petreeftime merged 2 commits intorust-vmm:mainfrom
marcbrooker:main

Conversation

@marcbrooker
Copy link
Copy Markdown
Contributor

Minimal change to add SECCOMP_RET_USER_NOTIF constants and related enums. This allows using seccompiler for this userspace notification mode.

Comment thread src/backend/mod.rs
/// Sends `SIGSYS` to the calling process.
Trap,
/// Notifies user-space.
UserNotif,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UserNotification would be better.

@petreeftime
Copy link
Copy Markdown
Collaborator

Commits need to be signed-off by the original author (eg. git commit --amend -s)

Signed-off-by: Marc Brooker <mbrooker@amazon.com>
@petreeftime petreeftime merged commit 0858710 into rust-vmm:main Apr 14, 2026
2 checks passed
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.

3 participants