mirror of
https://github.com/containers/podman.git
synced 2025-11-03 15:56:51 +08:00
commit cf364703fc3f94cd759cc683e3ab9083e8ecc324 changed the way /sys/fs/cgroup is mounted when there is not a netns and it now honors the ro flag. The mount was created using a bind mount that is a problem when using a cgroup namespace, fix that by mounting a fresh cgroup file system. Closes: https://github.com/containers/podman/issues/20073 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>