-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Podman on Ubuntu 18.04 fails with seccomp error #4734
Comments
I reproduced it in my test environment. The same container runs on 1.6.2 installed from ppa |
I could run the same container with --security-opt=seccomp=unconfined. Was SELinux enabled during the build? |
--security-opt=seccomp=unconfined has nothing to do with SELinux. This is disabling seccomp.json rules. |
@rhatdan understood. I do see podman built with libseccomp and so is cri-o-runc. According to dsc: On my test box I have: |
I may be mistaken but seccomp was not enabled on the podman build (seccomp tag is missing)
|
Installation of 1.6.4~2 fixed the problem. |
I installed Podman on Ubuntu 18.04 using following link
https://software.opensuse.org//download.html?project=devel%3Akubic%3Alibcontainers%3Astable&package=podman
This gives me podman 1.6.4~1 but starting a container gives me following error:
I have the default kernel that came with the installation:
4.15.0-72-generic
.I have seen the same error using Podman on a Travis based system.
The text was updated successfully, but these errors were encountered: