|
|
|
|
|
by cookiengineer
399 days ago
|
|
You should dig into ~/.local and what happens there. I'd never store my keepassxc database file in my home folder if I were you. Apps need sandboxing, because the linux/posix philosophy of separation through users and groups for each process doesn't really work in the modern day and how graphical software works. Firejail's approach comes close to "sane" user sandboxes, but technically that's the job of the init daemon (pid 0), there's just no GUI for systemd sandboxes yet that's easily usable. Podman is also really nice as a user-facing sandboxing daemon. |
|