From fff0e50a738e052f14e45d64d5ea52d497d861c4 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 9 Feb 2023 16:48:18 +0000 Subject: [PATCH] versions: Update runc version This PR updates the runc version. This new version include changes in: - Fix mounting via wrong proc fd. When the user and mount namespaces are used, and the bind mount is followed by the cgroup mount in the spec, the cgroup was mounted using the bind mount's mount fd. - Switch kill() in libcontainer/nsenter to sane_kill(). - Fix "permission denied" error from runc run on noexec fs. - Fix failed exec after systemctl daemon-reload. Due to a regression in v1.1.3, the DeviceAllow=char-pts rwm rule was no longer added and was causing an error open /dev/pts/0: operation not permitted: unknown when systemd was reloaded. Fixes #6251 Signed-off-by: Gabriela Cervantes --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index f79eff770..5f74ee8ba 100644 --- a/versions.yaml +++ b/versions.yaml @@ -249,7 +249,7 @@ externals: uscan-url: >- https://github.com/opencontainers/runc/tags .*/v?(\d\S+)\.tar\.gz - version: "v1.1.0" + version: "v1.1.4" nydus: description: "Nydus image acceleration service"