diff --git a/chrony.changes b/chrony.changes index 1cf3aa0..9e8ba1c 100644 --- a/chrony.changes +++ b/chrony.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 5 09:38:02 UTC 2021 - Reinhard Max + +- Enable syscallfilter unconditionally [boo#1181826]. + ------------------------------------------------------------------- Mon Dec 7 09:53:22 UTC 2020 - Marcus Rueckert diff --git a/chrony.spec b/chrony.spec index f97035e..31a57a0 100644 --- a/chrony.spec +++ b/chrony.spec @@ -1,7 +1,7 @@ # # spec file for package chrony # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -174,9 +174,7 @@ export CFLAGS="%{optflags} -Wall -fpic -DPIC $(pkg-config --cflags libseccomp)" export LDFLAGS="-pie -Wl,-z,relro,-z,now" %configure \ --docdir="%{_docdir}/%{name}" \ - %if %{with syscallfilter} --enable-scfilter \ - %endif --with-user=chrony \ --with-hwclockfile=%{_sysconfdir}/adjtime \ --with-sendmail=%{_sbindir}/sendmail \