mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
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 <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
6f86fb8e27
commit
fff0e50a73
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user