From 27f875d150d87ad61d5d05fe7e0bb01d7e56535380e573dc7ae2a8ec258b4c77 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Mon, 17 Apr 2023 09:46:28 +0000 Subject: [PATCH] Accepting request 1079875 from home:cyphar:docker Fix bugzilla references for /dev/null issues bsc#1168481 and bsc#1207004. OBS-URL: https://build.opensuse.org/request/show/1079875 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=142 --- runc.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runc.changes b/runc.changes index 2640b58..775ec0a 100644 --- a/runc.changes +++ b/runc.changes @@ -15,9 +15,9 @@ Wed Mar 29 07:05:52 UTC 2023 - Aleksa Sarai - CVE-2023-27561 bsc#1208962 - CVE-2023-28642 bsc#1209888 - * Fix the inability to use `/dev/null` when inside a container. + * Fix the inability to use `/dev/null` when inside a container. bsc#1168481 * Fix changing the ownership of host's `/dev/null` caused by fd redirection - (a regression in 1.1.1). bsc#1168481 + (a regression in 1.1.1). bsc#1207004 * Fix rare runc exec/enter unshare error on older kernels. * nsexec: Check for errors in `write_log()`.