SHA256
1
0
forked from pool/runc

Accepting request 976494 from home:cyphar:docker

- Update to runc v1.1.2. Upstream changelog is available from
  https://github.com/opencontainers/runc/releases/tag/v1.1.2.
  CVE-2022-24769

 * A bug was found in runc where runc exec --cap executed processes with
   non-empty inheritable Linux process capabilities, creating an atypical Linux
   environment. For more information, see [GHSA-f3fp-gc8g-vw66][] and
   CVE-2022-29162.
 * `runc spec` no longer sets any inheritable capabilities in the created
   example OCI spec (`config.json`) file.

OBS-URL: https://build.opensuse.org/request/show/976494
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=123
This commit is contained in:
2022-05-11 23:03:17 +00:00
committed by Git OBS Bridge
parent c5a72d81b3
commit 2f40aa19ad
6 changed files with 38 additions and 24 deletions

View File

@@ -18,16 +18,16 @@
# MANUAL: Make sure you update this each time you update runc.
%define git_version 52de29d7e0f8c0899bd7efb8810dd07f0073fa87
%define git_short 52de29d7e0f8
%define git_version a916309fff0f838eb94e928713dbc3c0d0ac7aa4
%define git_short a916309fff0f
# Package-wide golang version
%define go_version 1.17
%define project github.com/opencontainers/runc
Name: runc
Version: 1.1.1
%define _version 1.1.1
Version: 1.1.2
%define _version 1.1.2
Release: 0
Summary: Tool for spawning and running OCI containers
License: Apache-2.0