diff --git a/usbguard.spec b/usbguard.spec index 399506a..b0b40bf 100644 --- a/usbguard.spec +++ b/usbguard.spec @@ -8,7 +8,7 @@ Name: usbguard Version: 1.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A tool for implementing USB device usage policy Group: System Environment/Daemons License: GPLv2+ @@ -194,7 +194,7 @@ install -p -m 644 %{name}-selinux-%{semodule_version}/%{name}.if %{buildroot}%{_ # notifier pushd %{name}-notifier-%{notifier_version} make install INSTALL='install -p' DESTDIR=%{buildroot} -#execstack -c %{buildroot}%{_bindir}/%{name}-notifier +execstack -c %{buildroot}%{_bindir}/%{name}-notifier popd # Cleanup @@ -295,6 +295,10 @@ fi %changelog +* Fri Apr 16 2021 Attila Lakatos - 1.0.0-6 +- Clear executable stack flag on usbguard-notifier +Resolves: rhbz#1917544 + * Fri Apr 16 2021 Mohan Boddu - 1.0.0-5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937