Your message dated Sat, 16 Nov 2019 10:08:47 +0000
with message-id
<83c9ffab6f08361485f70dda4733a7a24aeec09b.ca...@adam-barratt.org.uk>
and subject line Closing bugs for 10.2 point release fixes
has caused the Debian Bug report #940476,
regarding buster-pu: package tmpreaper/1.6.14+deb10u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
940476: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940476
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian....@packages.debian.org
Usertags: pu
Hi,
tmpreaper will clean up PrivateTmp dirs of processes that systemd
started, leading to those services periodically crashing (and it's
usually hard to diagnose that tmpreaper was the culprit here).
This update adds those dirs to tmpreapers' whitelist.
The problem has existed for a longer time but seems aggravated since
buster, likely because more services have started to use PrivateTmp.
Kind regards,
Thijs
-- System Information:
Debian Release: 9.11
APT prefers oldstable
APT policy: (500, 'oldstable')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8),
LANGUAGE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)
diff -Nru tmpreaper-1.6.14/ChangeLog tmpreaper-1.6.14+deb10u1/ChangeLog
--- tmpreaper-1.6.14/ChangeLog 2019-01-11 13:27:15.000000000 +0100
+++ tmpreaper-1.6.14+deb10u1/ChangeLog 2019-09-16 09:15:24.000000000 +0200
@@ -1,3 +1,11 @@
+tmpreaper (1.6.14+deb10u1) buster; urgency=medium
+
+ * Non-maintainer upload with maintainer approval.
+ * Add `--protect '/tmp/systemd-private*/*'` to cron job to prevent
+ breaking systemd services that have PrivateTmp=true (closes: #881725).
+
+ -- Thijs Kinkhorst <th...@debian.org> Mon, 16 Sep 2019 07:15:24 +0000
+
tmpreaper (1.6.14) unstable; urgency=medium
* Upload to unstable to fix the race condition described in CVE-2019-3461:
diff -Nru tmpreaper-1.6.14/debian/changelog
tmpreaper-1.6.14+deb10u1/debian/changelog
--- tmpreaper-1.6.14/debian/changelog 2019-01-11 13:27:15.000000000 +0100
+++ tmpreaper-1.6.14+deb10u1/debian/changelog 2019-09-16 09:15:24.000000000
+0200
@@ -1,3 +1,11 @@
+tmpreaper (1.6.14+deb10u1) buster; urgency=medium
+
+ * Non-maintainer upload with maintainer approval.
+ * Add `--protect '/tmp/systemd-private*/*'` to cron job to prevent
+ breaking systemd services that have PrivateTmp=true (closes: #881725).
+
+ -- Thijs Kinkhorst <th...@debian.org> Mon, 16 Sep 2019 07:15:24 +0000
+
tmpreaper (1.6.14) unstable; urgency=medium
* Upload to unstable to fix the race condition described in CVE-2019-3461:
diff -Nru tmpreaper-1.6.14/debian/cron.daily
tmpreaper-1.6.14+deb10u1/debian/cron.daily
--- tmpreaper-1.6.14/debian/cron.daily 2008-05-19 19:10:16.000000000 +0200
+++ tmpreaper-1.6.14+deb10u1/debian/cron.daily 2019-09-16 09:15:24.000000000
+0200
@@ -105,5 +105,6 @@
--protect '/tmp/lost+found' \
--protect '/tmp/journal.dat' \
--protect '/tmp/quota.{user,group}' \
+ --protect '/tmp/systemd-private*/*' \
`for i in $TMPREAPER_PROTECT_EXTRA; do echo --protect "$i"; done` \
$TMPREAPER_DIRS
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.2
Hi,
The fixes referenced by these bugs were included in today's 10.2 stable
point release.
Regards,
Adam
--- End Message ---