Comment 8 for bug 2056442

Revision history for this message
Markus Falb (littlecatordog) wrote :

to reproduce create a systemd image

...snip
$ cat - >Containerfile <<EOF
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y systemd
CMD ["/lib/systemd/systemd"]
EOF
podman build --tag cruntest .
snap...

then run it

...snip
$ podman run --systemd always -d cruntest
Error: OCI runtime error: chmod `run/shm`: Operation not supported
snap...