summaryrefslogtreecommitdiff
path: root/libre/systemd/systemd.install
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-02-01 02:28:45 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-02-01 02:28:45 -0500
commitbb7dc480fc16e9ca6ecd1db1bb3ca051c7c61540 (patch)
treeedc73f28bd9cdb2531b24d8d2900b1c0a6fe6e70 /libre/systemd/systemd.install
parentc0909157cb9c2649ebc7fd956093dde5b37dc673 (diff)
parent17ee2a7af2545ec3265eef00019f129d1df5a122 (diff)
downloadabslibre-bb7dc480fc16e9ca6ecd1db1bb3ca051c7c61540.tar.gz
abslibre-bb7dc480fc16e9ca6ecd1db1bb3ca051c7c61540.tar.bz2
abslibre-bb7dc480fc16e9ca6ecd1db1bb3ca051c7c61540.zip
Merge branch 'master' of git://projects.parabola.nu/abslibre/abslibre
Diffstat (limited to 'libre/systemd/systemd.install')
-rw-r--r--libre/systemd/systemd.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/libre/systemd/systemd.install b/libre/systemd/systemd.install
index b59de2008..f799c882d 100644
--- a/libre/systemd/systemd.install
+++ b/libre/systemd/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