Hello community, here is the log from the commit of package usbguard for openSUSE:Factory checked in at 2020-07-10 15:30:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/usbguard (Old) and /work/SRC/openSUSE:Factory/.usbguard.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "usbguard" Fri Jul 10 15:30:12 2020 rev:10 rq:819800 version:0.7.8 Changes: -------- --- /work/SRC/openSUSE:Factory/usbguard/usbguard.changes 2020-06-17 14:49:19.888775389 +0200 +++ /work/SRC/openSUSE:Factory/.usbguard.new.3060/usbguard.changes 2020-07-10 15:30:16.554703499 +0200 @@ -1,0 +2,6 @@ +Thu Jul 9 12:57:34 UTC 2020 - Robert Frohl <[email protected]> + +- disable system call filtering in systemd service file for Leap 15.X (boo#1173750) + * daemon wont start on Leap otherwise + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ usbguard.spec ++++++ --- /var/tmp/diff_new_pack.YgXHZW/_old 2020-07-10 15:30:18.726710646 +0200 +++ /var/tmp/diff_new_pack.YgXHZW/_new 2020-07-10 15:30:18.730710660 +0200 @@ -123,6 +123,11 @@ mkdir -p %{buildroot}%{_datadir}/zsh/site-functions/ install -p -m 644 scripts/usbguard-zsh-completion %{buildroot}%{_datadir}/zsh/site-functions/_usbguard +# turn off system call filtering in Leap 15.X, as it interferes with daemon start up (boo#1173750) +%if 0%{?suse_version} == 1500 && 0%{?is_opensuse} + sed -i '/^SystemCallFilter=@system-service/d' %{buildroot}%{_unitdir}/usbguard.service +%endif + # Cleanup find %{buildroot} \( -name '*.la' -o -name '*.a' \) -delete
