From 484bf2a148ab173910cbe145e13201667be68d63 Mon Sep 17 00:00:00 2001 From: Eder Zulian Date: Thu, 25 Apr 2024 17:54:22 +0200 Subject: [PATCH] Strip o+rx permissions from the cyclictest executable Resolves: RHEL-34077 --- realtime-tests.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/realtime-tests.spec b/realtime-tests.spec index 4120af7..1349dfa 100644 --- a/realtime-tests.spec +++ b/realtime-tests.spec @@ -1,7 +1,7 @@ Name: realtime-tests Summary: Programs that test various rt-features Version: 2.6 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.1-or-later URL: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git Source0: https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests-%{version}.tar.xz @@ -45,7 +45,7 @@ latency. It also tests the functioning of priority-inheritance mutexes. %files %pycached %{python3_sitelib}/hwlatdetect.py -%caps(cap_sys_rawio+ep) /usr/bin/cyclictest +%caps(cap_sys_rawio+ep) %attr(750,-,-) /usr/bin/cyclictest %{_bindir}/pi_stress %{_bindir}/signaltest %{_bindir}/hwlatdetect @@ -85,6 +85,10 @@ latency. It also tests the functioning of priority-inheritance mutexes. %{_mandir}/man8/determine_maximum_mpps.8.* %changelog +* Thu Apr 25 2024 Eder Zulian - 2.6-6 +- Strip o+rx permissions from the cyclictest executable +Resolves: RHEL-34077 + * Tue Mar 26 2024 John Kacur - 2.6-5 - Added the following upstream patches rt-tests-Fix-warnings.patch