#573 Causes an error on Ubuntu when running any container using cri-o-runc 1.0.0~rc95.1. It also happens (not too unexpectedly) from buildah bud (first identified here). The problem does not occur when using the prior version of containers-common (which doesn't contain the #573 changes).
# podman --runtime=runc run -it --rm quay.io/libpod/alpine:latest echo hello
Error: container_linux.go:380: starting container process caused: error adding seccomp filter rule for syscall bdflush: permission denied: OCI permission denied
Conveniently, I have two VM Images built 3-days apart which bisect the problem versions. See test PR podman-container-tools/podman#10709
c4635821094469632 built on the 13th does not reproduce the problem (containers-common 1_15)
c4805484248039424 built on the 16th does reproduce the problem (containers-common 1_16)
Hint: If you check out commit 9efcf62 from that PR, you can use hack/get_ci_vm.sh int podman ubuntu-2010 root host to see it break. Commit f4c50f6 will get you the prior version VM (without the problem).
#573 Causes an error on Ubuntu when running any container using
cri-o-runc 1.0.0~rc95.1. It also happens (not too unexpectedly) frombuildah bud(first identified here). The problem does not occur when using the prior version of containers-common (which doesn't contain the #573 changes).Conveniently, I have two VM Images built 3-days apart which bisect the problem versions. See test PR podman-container-tools/podman#10709
c4635821094469632built on the 13th does not reproduce the problem (containers-common 1_15)c4805484248039424built on the 16th does reproduce the problem (containers-common 1_16)Hint: If you check out commit
9efcf62from that PR, you can usehack/get_ci_vm.sh int podman ubuntu-2010 root hostto see it break. Commitf4c50f6will get you the prior version VM (without the problem).