I use Firefox’s “permanent private browsing mode”, and I find it a bit inconvenient. I do this to not to increase privacy in particular, but to protect against a specific threat: Malware that can steal the login cookies from my disk, but not run a keylogger or read Firefox’s memory. (Reading memory should be hard, because I have YAMA blocking ptrace completely.)
It’s also helpful at limiting the blast area of a compromise, because there won’t be a ton of login cookies (that are difficult to even enumerate) which I have to invalidate.
But: If malware is “inside” Firefox, it could steal the cookies anyway, direct from memory. If malware can both steal files from my disk, and keylog me, it could have all my passwords direct from my password database. In either of these cases, permanent private browsing mode doesn’t help.
Is this actually a reasonable countermeasure, that addresses a worthwhile threat? Or am I just annoying myself for no real purpose?