fix CVE-2021-20269
Signed-off-by: chenhaixiang <chenhaixiang3@huawei.com>
This commit is contained in:
parent
e0174464c6
commit
d83d66e0ad
@ -164,7 +164,7 @@ save_vmcore_dmesg_fs() {
|
|||||||
_exitcode=$?
|
_exitcode=$?
|
||||||
if [ $_exitcode -eq 0 ]; then
|
if [ $_exitcode -eq 0 ]; then
|
||||||
mv ${_path}/vmcore-dmesg-incomplete.txt ${_path}/vmcore-dmesg.txt
|
mv ${_path}/vmcore-dmesg-incomplete.txt ${_path}/vmcore-dmesg.txt
|
||||||
|
chmod 400 ${_path}/vmcore-dmesg.txt
|
||||||
# Make sure file is on disk. There have been instances where later
|
# Make sure file is on disk. There have been instances where later
|
||||||
# saving vmcore failed and system rebooted without sync and there
|
# saving vmcore failed and system rebooted without sync and there
|
||||||
# was no vmcore-dmesg.txt available.
|
# was no vmcore-dmesg.txt available.
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 2.0.23
|
Version: 2.0.23
|
||||||
Release: 5
|
Release: 6
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Summary: The kexec/kdump userspace component
|
Summary: The kexec/kdump userspace component
|
||||||
URL: https://www.kernel.org/
|
URL: https://www.kernel.org/
|
||||||
@ -288,6 +288,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 3 2022 chenhaixiang <chenhaixiang3@huawei.com> - 2.0.23-6
|
||||||
|
- fix CVE-2021-20269
|
||||||
|
|
||||||
* Fri Mar 11 2022 wangbin <wangbin224@huawei.com> - 2.0.23-5
|
* Fri Mar 11 2022 wangbin <wangbin224@huawei.com> - 2.0.23-5
|
||||||
- packing 98-kexec.rules instead of 98-kexec.rules.ppc64
|
- packing 98-kexec.rules instead of 98-kexec.rules.ppc64
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user