Debian Patches

Status for xfsprogs/6.13.0-2+deb13u1

Patch Description Author Forwarded Bugs Origin Last update
mkfs-Correct-filesize-declaration.patch mkfs: Correct filesize declaration
The filesize() implementation was changed to return off_t.
Its declaration still has long. Fix the declaration.
Bastian Germann <bage@debian.org> no https://marc.info/?l=linux-xfs&m=174031994931608 2025-02-23
xfs_scrub_fail-reduce-security-lockdowns.patch xfs_scrub_fail: reduce security lockdowns to avoid postfix problems

Iustin Pop reports that the xfs_scrub_fail service fails to email
problem reports on Debian when postfix is installed. This is apparently
due to several factors:

1. postfix's sendmail wrapper calling postdrop directly,
2. postdrop requiring the ability to write to the postdrop group,
3. lockdown preventing the xfs_scrub_fail@ service to have postdrop in
the supplemental group list or the ability to run setgid programs

Item (3) could be solved by adding the whole service to the postdrop
group via SupplementalGroups=, but that will fail if postfix is not
installed and hence there is no postdrop group.

It could also be solved by forcing msmtp to be installed, bind mounting
msmtp into the service container, and injecting a config file that
instructs msmtp to connect to port 25, but that in turn isn't compatible
with systems not configured to allow an smtp server to listen on ::1.

So we'll go with the less restrictive approach that e2scrub_fail@ does,
which is to say that we just turn off all the sandboxing. :( :(
"Darrick J. Wong" <djwong@kernel.org> no 2025-10-13
reduce-security-lockdowns-to-avoid-postfix-problems.patch reduce security lockdowns to avoid postfix problems
Apply upstream 50411335572120153cc84d54213cd5ca9dd11b14 to the other
systemd services that people might have problems with.
Bastian Germann <bage@debian.org> no debian 2026-03-01

All known versions for source package 'xfsprogs'

Links