- Package:
- keepassxc-full
- Source:
- keepassxc-full
- Description:
- Cross Platform Password Manager
- Submitter:
- James McCoy
- Date:
- 2024-06-01 18:45:05 UTC
- Severity:
- normal
Especially given the recent change to have automated cleaning of /tmp at runtime, keepassxc shouldn't be using /tmp to store these files. They should probably be under $XDG_RUNTIME_DIR.
Until/unless this is resolved upstream, maybe it's a good idea to add a
tmpfiles.d drop-in config
x /tmp/keepassxc-*.lock
x /tmp/keepassxc-*.socket
Cheers,