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
This commit is contained in:
Aleksa Sarai 2023-04-17 09:46:28 +00:00 committed by Git OBS Bridge
parent f97e1d6ae2
commit 27f875d150

View File

@ -15,9 +15,9 @@ Wed Mar 29 07:05:52 UTC 2023 - Aleksa Sarai <asarai@suse.com>
- 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()`.