You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "[DEB] Bring tmpfiles.d/tmp.conf in line with Debian defaults"
This reverts commit f3a8328.
Debian's policy is to never clean-up /var/tmp to keep consistency with
the SysV init system. Flatpak creates temporary files in /var/tmp during
app updates but does not remove them on error, to avoid re-downloading
them on a future update attempt, and expects these files to be
automatically cleaned-up by the system eventually, according to the
site's policy. With this policy in place these files are never removed,
wasting the user's storage space.
Revert this commit back to upstream's default policy of cleaning up /tmp
every 10 days and /var/tmp every 30 days.
https://phabricator.endlessm.com/T23762https://phabricator.endlessm.com/T33887
0 commit comments