Skip to content

Minimal change to add SECCOMP_RET_USER_NOTIF support#95

Open
marcbrooker wants to merge 1 commit intorust-vmm:mainfrom
marcbrooker:main
Open

Minimal change to add SECCOMP_RET_USER_NOTIF support#95
marcbrooker wants to merge 1 commit intorust-vmm:mainfrom
marcbrooker:main

Conversation

@marcbrooker
Copy link

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

/// Sends `SIGSYS` to the calling process.
Trap,
/// Notifies user-space.
UserNotif,
Copy link
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
Collaborator

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

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