add noreplace to /usr/lib/sysctl.d/10-default-yama-scope.conf

This commit is contained in:
lifeifei 2024-05-08 13:56:10 +08:00
parent 301b3ab4e1
commit ef1b19452e

View File

@ -1,7 +1,7 @@
# -*- rpm-spec from http://elfutils.org/ -*-
Name: elfutils
Version: 0.190
Release: 2
Release: 3
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
URL: http://elfutils.org/
License: GPLv3+ and (GPLv2+ or LGPLv3+)
@ -277,7 +277,7 @@ fi
%{_libdir}/pkgconfig/libelf.pc
%files default-yama-scope
%{_sysctldir}/10-default-yama-scope.conf
%config(noreplace) %{_sysctldir}/10-default-yama-scope.conf
%files help
%{_mandir}/man1/eu-*.1*
@ -323,6 +323,12 @@ exit 0
%systemd_postun_with_restart debuginfod.service
%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
- Type: CVE
- CVE: CVE-2024-25260