runc:add mount destination validation(fix CVE-2021-30465)
Signed-off-by: xiadanni <xiadanni1@huawei.com>
This commit is contained in:
parent
d7cca0cc8f
commit
e026adfb26
1344
patch/0126-runc-add-mount-destination-validation-fix-CVE-2021.patch
Normal file
1344
patch/0126-runc-add-mount-destination-validation-fix-CVE-2021.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
|
||||
Name: docker-runc
|
||||
Version: 1.0.0.rc3
|
||||
Release: 200
|
||||
Release: 201
|
||||
Summary: runc is a CLI tool for spawning and running containers according to the OCI specification.
|
||||
|
||||
License: ASL 2.0
|
||||
@ -40,6 +40,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
|
||||
%{_bindir}/runc
|
||||
|
||||
%changelog
|
||||
* Thu Jun 03 2021 xiadanni<xiadanni1@huawei.com> - 1.0.0.rc3-201
|
||||
- Type:CVE
|
||||
- CVE:CVE-2021-30465
|
||||
- SUG:NA
|
||||
- DESC:add mount destination validation(fix CVE-2021-30465)
|
||||
|
||||
* Wed Feb 9 2021 xiadanni<xiadanni1@huawei.com> - 1.0.0.rc3-200
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
@ -119,3 +119,4 @@
|
||||
0120-runc-fix-permission-denied.patch
|
||||
0121-runc-add-cpu-and-memory-info-when-print-cgroup-info.patch
|
||||
0124-runc-fix-freezing-race.patch
|
||||
0126-runc-add-mount-destination-validation-fix-CVE-2021.patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user