Clear executable stack flag on usbguard-notifier

Resolves: rhbz#1917544
This commit is contained in:
alakatos 2021-04-16 09:26:43 +02:00
parent fce064c80b
commit 5ba700757b

View File

@ -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 <alakatos@redhat.com> - 1.0.0-6
- Clear executable stack flag on usbguard-notifier
Resolves: rhbz#1917544
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.0-5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937