!242 [sync] PR-237: runc:fix CVE-2024-21626
From: @openeuler-sync-bot Reviewed-by: @flyflyflypeng Signed-off-by: @flyflyflypeng
This commit is contained in:
commit
f3b737ea51
2765
patch/0148-runc-fix-CVE-2024-21626.patch
Normal file
2765
patch/0148-runc-fix-CVE-2024-21626.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: docker-runc
|
Name: docker-runc
|
||||||
Version: 1.0.0.rc3
|
Version: 1.0.0.rc3
|
||||||
Release: 222
|
Release: 223
|
||||||
Summary: runc is a CLI tool for spawning and running containers according to the OCI specification.
|
Summary: runc is a CLI tool for spawning and running containers according to the OCI specification.
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -41,6 +41,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
|
|||||||
%{_bindir}/runc
|
%{_bindir}/runc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 1 2024 zhongjiawei<zhongjiawei1@huawei.com> - 1.0.0.rc3-223
|
||||||
|
- Type:CVE
|
||||||
|
- CVE:CVE-2024-21626
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix RootDir fd leaks
|
||||||
|
|
||||||
* Fri Dec 8 2023 zhongjiawei<zhongjiawei1@huawei.com> - 1.0.0.rc3-222
|
* Fri Dec 8 2023 zhongjiawei<zhongjiawei1@huawei.com> - 1.0.0.rc3-222
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
@ -139,3 +139,4 @@
|
|||||||
0145-runc-libcontainer-create-Cwd-when-it-does-not-exist.patch
|
0145-runc-libcontainer-create-Cwd-when-it-does-not-exist.patch
|
||||||
0146-runc-delete-do-not-ignore-error-from-destroy.patch
|
0146-runc-delete-do-not-ignore-error-from-destroy.patch
|
||||||
0147-runc-libct-Destroy-don-t-proceed-in-case-of-errors.patch
|
0147-runc-libct-Destroy-don-t-proceed-in-case-of-errors.patch
|
||||||
|
0148-runc-fix-CVE-2024-21626.patch
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user