containerd/script/setup
Akhil Mohan 7373ddd70b update runc binary to v1.2.4
This is the fourth patch release of the 1.2.z release branch of runc. It
includes a fix for a regression introduced in 1.2.0 related to the
default device list.

- Re-add tun/tap devices to built-in allowed devices lists.

  In runc 1.2.0 we removed these devices from the default allow-list
(which were added seemingly by accident early in Docker's history) as
a precaution in order to try to reduce the attack surface of device
inodes available to most containers. At the time we thought
that the vast majority of users using tun/tap would already be
specifying what devices they need (such as by using --device with
Docker/Podman) as opposed to doing the mknod manually, and thus
there would've been no user-visible change.

  Unfortunately, it seems that this regressed a noticeable number of
users (and not all higher-level tools provide easy ways to specify
devices to allow) and so this change needed to be reverted. Users
that do not need these devices are recommended to explicitly disable
them by adding deny rules in their container configuration.

diff: https://github.com/opencontainers/runc/compare/v1.2.3...v1.2.4

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
2025-01-09 02:44:11 +00:00
..
config-containerd script/setup/config-containerd: Use slow_chown 2024-07-10 17:26:31 +02:00
config-selinux scripts: add missing quotes, and minor linting issues 2021-08-03 17:23:18 +02:00
critools-version Update cri-tools to v1.30.1 2024-07-11 14:58:44 +02:00
crun-version CI: bump up crun to 1.17 2024-10-22 19:56:25 +09:00
enable_docker_tls_on_windows.ps1 Add image build workflow 2021-11-25 09:26:17 +00:00
enable_ssh_windows.ps1 Add CI periodic Windows Jobs. 2021-04-20 17:18:46 +03:00
imgcrypt-version go.mod: github.com/containerd/imgcrypt v2.0.0-rc-1 2024-10-29 01:21:57 +09:00
install-cni make repositories of install dependencies configurable 2023-08-28 18:43:41 +05:30
install-cni-windows Add arm64 to releases 2021-11-11 20:00:34 +00:00
install-critools *: enable ARM64 runner 2023-12-07 23:55:36 +08:00
install-dev-tools script/setup/install-dev-tools: include patch version in versions 2024-08-16 10:54:17 +02:00
install-failpoint-binaries *: add runc-fp as runc wrapper to inject failpoint 2023-10-02 17:44:41 +00:00
install-gotestsum gotestsum match go version 1.19 2022-11-17 20:42:22 +08:00
install-imgcrypt update imgcrypt binary to v1.1.9 2024-01-09 15:40:32 +08:00
install-protobuf Add Linux arm64 arch to install-protobuf script 2023-02-27 09:14:57 -08:00
install-runc script/setup/install-runc: Add trap statement to clean up tmp files 2024-10-02 19:52:02 +00:00
install-runhcs-shim Windows: Supply windows shim version via file 2023-08-28 11:55:55 -07:00
install-seccomp Bump seccomp version to be the same as one in runc repo 2023-05-16 09:33:26 -04:00
install-teststat CI: Output a summary using GITHUB_SUMMARY 2022-09-14 23:30:47 +00:00
prepare_env_windows.ps1 update to go1.23.4 / go1.22.10 2024-12-06 02:48:11 +00:00
prepare_windows_docker_helper.ps1 Add image build workflow 2021-11-25 09:26:17 +00:00
runc-version update runc binary to v1.2.4 2025-01-09 02:44:11 +00:00
runhcs-version Update hcsshim to v0.12.9 2024-10-30 07:22:06 -07:00
upgrade_chocolaty_windows_2019.ps1 Move inline PS scripts into files 2024-02-06 18:27:21 -08:00
upgrade_mingw_windows_2019.ps1 Move inline PS scripts into files 2024-02-06 18:27:21 -08:00