diff --git a/CVE-2019-16884.patch b/CVE-2019-16884.patch index 5fca573..e3a437c 100644 --- a/CVE-2019-16884.patch +++ b/CVE-2019-16884.patch @@ -14,6 +14,7 @@ As well as the following still-in-review patches: * opencontainers/selinux#59: ("selinux: verify that writes to /proc/... are on procfs") +SUSE-Bugs: bsc#1152308 Signed-off-by: Michael Crosby Signed-off-by: Aleksa Sarai --- diff --git a/runc.changes b/runc.changes index 10ed360..fdf5286 100644 --- a/runc.changes +++ b/runc.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Sep 26 14:54:07 UTC 2019 - Aleksa Sarai -- Add backported fix for CVE-2019-16884. +- Add backported fix for CVE-2019-16884. bsc#1152308 + CVE-2019-16884.patch - Add runc-rpmlintrc to drop runc-test rpmlint warnings. diff --git a/runc.spec b/runc.spec index 8511a50..00d69aa 100644 --- a/runc.spec +++ b/runc.spec @@ -53,7 +53,8 @@ Source2: runc.keyring Source3: runc-rpmlintrc # FIX-UPSTREAM: Backport of https://github.com/opencontainers/runc/pull/2129. # https://github.com/opencontainers/selinux/pull/59. -# https://github.com/opencontainers/runc/pull/2130. CVE-2019-16884 +# https://github.com/opencontainers/runc/pull/2130. +# bsc#1152308 CVE-2019-16884 Patch1: CVE-2019-16884.patch BuildRequires: fdupes BuildRequires: go-go-md2man @@ -89,7 +90,7 @@ Test package for runc. It contains the source code and the tests. %prep %setup -q -n %{name}-%{_version} -# CVE-2019-16884 +# bsc#1152308 CVE-2019-16884 %patch1 -p1 %build