-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Doesn't work with kernel.yama.ptrace_scope=3 #10495
Comments
The debug log shows the issue:
cc @avagin |
Oh, that part is probably because I ran with |
So, interestingly enough, regardless whether |
Ah, apparently it works for the KVM platform, only the systrap and presumably the ptrace platforms (didn't try the latter) need ptrace to be enabled. Guess that's expected behaviour then and I can close this issue? |
The gVisor Systrap platform needs the ability to execute |
Description
Tried using gVisor with podman on NixOS, rather than the container starting, getting complaints that some "sync file" cannot be read, without further details.
Steps to reproduce
podman run --rm --runtime=/path/to/runsc docker.io/hello-world
runsc version
docker version (if using docker)
uname
Linux 6.6.32-hardened1 #1-NixOS SMP PREEMPT_DYNAMIC Sat May 25 14:22:56 UTC 2024 x86_64 GNU/Linux
kubectl (if using Kubernetes)
No response
repo state (if built from source)
No response
runsc debug logs (if available)
https://gist.github.com/artemislena/5671bde6dc72644a1e395e9ee223c22a (too long for issue)
The text was updated successfully, but these errors were encountered: