From f891bf73700c6521a8178a4e5a86177c56d24da8 Mon Sep 17 00:00:00 2001 From: Yurii Kolesnykov Date: Tue, 7 Feb 2017 15:39:17 +0300 Subject: port fix from stable package --- systemd.install | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'systemd.install') diff --git a/systemd.install b/systemd.install index b59de20..f799c88 100644 --- a/systemd.install +++ b/systemd.install @@ -36,6 +36,15 @@ _230_1_changes() { echo ':: systemd-bootchart is no longer included with systemd' } +_232_8_changes() { + # paper over possible effects of CVE-2016-10156 + local stamps=(/var/lib/systemd/timers/*.timer) + + if [[ -f ${stamps[0]} ]]; then + chmod 0644 "${stamps[@]}" + fi +} + post_install() { systemd-machine-id-setup @@ -68,6 +77,7 @@ post_upgrade() { 219-2 219-4 230-1 + 232-8 ) for v in "${upgrades[@]}"; do -- cgit v1.2.3-70-g09d2