From 2451e58b963a28102ef2e008410617b4768b5ff7 Mon Sep 17 00:00:00 2001 From: lifeifei Date: Wed, 8 May 2024 13:56:10 +0800 Subject: [PATCH] add noreplace to /usr/lib/sysctl.d/10-default-yama-scope.conf (cherry picked from commit ef1b19452e357a3114c7e793e866afbb2b4d1f5d) --- elfutils.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index 95ac58b..5555492 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -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 - 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 - 0.190-2 - Type: CVE - CVE: CVE-2024-25260 -- Gitee