From 79b3cf2441bea42c374a7cca8f980c0e99c68810 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 27 Oct 2016 14:27:13 +0200 Subject: [PATCH] 2.4-4 --- chrony.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrony.spec b/chrony.spec index 7f355bd..a9bd900 100644 --- a/chrony.spec +++ b/chrony.spec @@ -4,7 +4,7 @@ Name: chrony Version: 2.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An NTP client/server Group: System Environment/Daemons @@ -176,6 +176,9 @@ getent passwd chrony > /dev/null || /usr/sbin/useradd -r -g chrony \ %dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony %changelog +* Thu Oct 27 2016 Miroslav Lichvar 2.4-4 +- avoid AVC denials in chrony-wait service (#1350815) + * Tue Sep 13 2016 Miroslav Lichvar 2.4-3 - fix chrony-helper to escape names of systemd units (#1374767)