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

go/runtime/host: correct clone3 version threshold #4867

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

pro-wh
Copy link
Contributor

@pro-wh pro-wh commented Jul 27, 2022

expressing the version octets in hexadecimal instead of octal

the effect of the bug was that the threshold was too low and older kernels were mistakenly asked to resolve 'clone3,' resulting in

{"caller":"sandbox.go:463","err":"failed to spawn sandbox: sandbox: error while generating seccomp policy: could not resolve name to syscall: "clone3"","level":"error","module":"runtime/host/sandbox","msg":"failed to start runtime","runtime_id":"000000000000000000000000000000000000000000000000e2eaa99fc008f87f","ts":"2022-07-27T06:22:04.5330855Z"}

@pro-wh pro-wh added c:bug Category: bug c:runtime/loader Category: runtime loader process labels Jul 27, 2022
@pro-wh pro-wh force-pushed the pro-wh/bugfix/osversion branch from c9bac31 to bc48627 Compare July 27, 2022 20:43
@pro-wh pro-wh enabled auto-merge July 27, 2022 20:43
@pro-wh pro-wh merged commit 6b3ec34 into master Jul 27, 2022
@pro-wh pro-wh deleted the pro-wh/bugfix/osversion branch July 27, 2022 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:bug Category: bug c:runtime/loader Category: runtime loader process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants