add noreplace to /usr/lib/sysctl.d/10-default-yama-scope.conf
This commit is contained in:
parent
301b3ab4e1
commit
ef1b19452e
@ -1,7 +1,7 @@
|
|||||||
# -*- rpm-spec from http://elfutils.org/ -*-
|
# -*- rpm-spec from http://elfutils.org/ -*-
|
||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.190
|
Version: 0.190
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
|
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
|
||||||
URL: http://elfutils.org/
|
URL: http://elfutils.org/
|
||||||
License: GPLv3+ and (GPLv2+ or LGPLv3+)
|
License: GPLv3+ and (GPLv2+ or LGPLv3+)
|
||||||
@ -277,7 +277,7 @@ fi
|
|||||||
%{_libdir}/pkgconfig/libelf.pc
|
%{_libdir}/pkgconfig/libelf.pc
|
||||||
|
|
||||||
%files default-yama-scope
|
%files default-yama-scope
|
||||||
%{_sysctldir}/10-default-yama-scope.conf
|
%config(noreplace) %{_sysctldir}/10-default-yama-scope.conf
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/man1/eu-*.1*
|
%{_mandir}/man1/eu-*.1*
|
||||||
@ -323,6 +323,12 @@ exit 0
|
|||||||
%systemd_postun_with_restart debuginfod.service
|
%systemd_postun_with_restart debuginfod.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 08 2024 lifeifei <lifeifei@kylinos.cn> - 0.190-3
|
||||||
|
- Type:requirement
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:add noreplace to /usr/lib/sysctl.d/10-default-yama-scope.conf
|
||||||
|
|
||||||
* Thu Feb 22 2024 liweigang <venland30@gmail.com> - 0.190-2
|
* Thu Feb 22 2024 liweigang <venland30@gmail.com> - 0.190-2
|
||||||
- Type: CVE
|
- Type: CVE
|
||||||
- CVE: CVE-2024-25260
|
- CVE: CVE-2024-25260
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user