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

daemon/seccomp: disble emulation of sysinfo() #500

Merged
merged 1 commit into from
Oct 18, 2024
Merged

daemon/seccomp: disble emulation of sysinfo() #500

merged 1 commit into from
Oct 18, 2024

Conversation

quitschbo
Copy link
Member

syscall emulation code currently makes trouble for some container payloads. Thus, just disbale it for now by jumping to instruction "BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_ALLOW)" in the syscal filter.

syscall emulation code currently makes trouble for some container
payloads. Thus, just disbale it for now by jumping to instruction
"BPF_STMT(BPF_RET | BPF_K, SECCOMP_RET_ALLOW)" in the syscal filter.

Signed-off-by: Michael Weiß <[email protected]>
@quitschbo quitschbo requested a review from k0ch4lo October 17, 2024 12:08
@k0ch4lo k0ch4lo merged commit dd512a2 into kirkstone Oct 18, 2024
2 of 3 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.

2 participants