Skip to content
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

seccomp_syscall_resolve_name_rewrite #55

Closed
rusty-snake opened this issue Dec 12, 2021 · 0 comments · Fixed by #82
Closed

seccomp_syscall_resolve_name_rewrite #55

rusty-snake opened this issue Dec 12, 2021 · 0 comments · Fixed by #82
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rusty-snake
Copy link
Member

with seccomp_syscall_resolve_name_rewrite() rewriting the syscall number for architectures that modify the syscall. Syscall rewriting typically happens in case of a multiplexed syscall, like socketcall(2) or ipc(2) on x86.

Together with #54

@rusty-snake rusty-snake added the enhancement New feature or request label Dec 12, 2021
@rusty-snake rusty-snake self-assigned this Dec 12, 2021
rusty-snake added a commit to rusty-snake/libseccomp-rs that referenced this issue Jan 1, 2022
[skip ci]

Closes libseccomp-rs#54
Closes libseccomp-rs#55

Signed-off-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
rusty-snake added a commit to rusty-snake/libseccomp-rs that referenced this issue Jan 1, 2022
[skip ci]

Closes libseccomp-rs#54
Closes libseccomp-rs#55

Signed-off-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
@ManaSugi ManaSugi added this to the 0.2.3 milestone Jan 1, 2022
rusty-snake added a commit to rusty-snake/libseccomp-rs that referenced this issue Jan 4, 2022
Closes libseccomp-rs#54
Closes libseccomp-rs#55

Signed-off-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
rusty-snake added a commit to rusty-snake/libseccomp-rs that referenced this issue Jan 5, 2022
Closes libseccomp-rs#54
Closes libseccomp-rs#55

Signed-off-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
ManaSugi pushed a commit that referenced this issue Jan 5, 2022
Closes #54
Closes #55

Signed-off-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants