backintime icon indicating copy to clipboard operation
backintime copied to clipboard

Consider to move global flock file location

Open buhtz opened this issue 2 months ago • 0 comments

Describe the problem, feature or ask a question:

This is just a note about an issue that might become relevant in the future.

There is in ongoing discussion and conflict in context of systemd and Debian about world-writeable directories for flock files.

I need to do further research to decide about if this is a problem for BIT and how we handle that. One option would be to move the flock file somewhere to /tmp/*.

Problem: The current implementation in common/flock.py tries several locations for the flock file. In the final end it switches from a global (all-user) to a user-specific flock file. This happens without any entry to the syslog or other warnings.

buhtz avatar Oct 24 '25 12:10 buhtz