-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 v3.2.0 does not load internal seccomp profile any more #10556
Comments
bad commit 18cb17f |
The default path should be empty in order for podman to distinguish between a path the was explicity or to use the default (in memory) profile. Fixes: containers/podman#10556 Signed-off-by: Paul Holzinger <[email protected]>
containers/common#604 to fix |
Any way we can test this in CI? I imagine the VMs probably have a Regardless, this sounds like a good reason to spin up a quick 3.2.1 early next week. |
Reopened as it's not yet in Podman. Also need to create backports here and in c/common. |
Applying the image fix of #9 to the tar release as well in order to work around containers/podman#10556.
Using following temp work around until this issue being resolved. mkdir -p /usr/share/containers; \
wget -O /usr/share/containers/seccomp.json https://src.fedoraproject.org/rpms/containers-common/raw/rawhide/f/seccomp.json ; |
The default path should be empty in order for podman to distinguish between a path the was explicitly or to use the default (in memory) profile. Fixes: containers/podman#10556 Signed-off-by: Paul Holzinger <[email protected]> Backported-by: Valentin Rothberg <[email protected]>
containers/common#608 for the c/common backports |
Fixes the seccomp-profile regression in v3.2 Fixes: containers#10556 Signed-off-by: Valentin Rothberg <[email protected]>
/kind bug
Description
Podman v3.1.2 did load the internal seccomp profile (struct) if the
seccomp.json
was not present on disk. This behavior has changed in v3.2.0.Steps to reproduce the issue:
On a system where
/usr/share/containers/seccomp.json
is not available:Describe the results you expected:
With Podman v3.1.2:
Additional information you deem important (e.g. issue happens only occasionally):
/etc/containers/containers.conf
has no seccomp profile specified.Output of
podman version
:The text was updated successfully, but these errors were encountered: