There is 1 open security issue in trixie.
There is 1 open security issue in bookworm.
commit 92f599eedd5ba1923337977fc760a379fd6f8817
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Jun 9 14:47:41 2026 +0200
Revert "Install and use sysusers.d/tmpfiles.d config files"
This reverts commit f7a5ee43ea964c393aed14020d059a4cde96d658.
commit e93222bf7fefb44814c0840c73ab487541378ec6
Merge: 3aedbb5 f7a5ee4
Author: Victor Seva <vseva@debian.org>
Date: Tue Jun 9 14:12:39 2026 +0200
Merge branch 'sysusers' into 'master'
Install and use sysusers.d/tmpfiles.d config files
See merge request pkg-voip-team/rtpengine!2
commit f7a5ee43ea964c393aed14020d059a4cde96d658
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Jun 7 15:46:45 2026 +0100
Install and use sysusers.d/tmpfiles.d config files
sysusers.d/tmpfiles.d config files allow a package to use declarative
configuration instead of manually written maintainer scripts. This also
allows image-based systems to be created with /usr/ only, and also
allows for factory resetting a system and recreating /etc/ on boot.
https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html
https://www.freedesktop.org/software/systemd/man/latest/tmpfiles.d.html
commit 44ffb2522f05354c691034e88a7fab46c07f2dc1
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Jun 7 15:32:16 2026 +0100
Stop deleting system users on purge
This is widely considered bad practice, as the kernel recycles UIDs/GIDs.
So any potential leftover file/directory can then become owned by the next
user/group that gets added, with unpredictable consequences.