The installer invites you to do both, so I did, but home-directory encryption is making backups and recovery more complicated, and I suspect that it might be redundant.
Asked
Active
Viewed 149 times
1
-
I think you are right, disk encryption provides the main protection, I would not encrypt home in a single-user machine. – sudodus Jan 20 '18 at 17:33
1 Answers
0
For some situations, yes. Both gives you:
- Protection when your system is turned off through whole-disk encryption.
- Protection against other
sudo
users and applications running asroot
when you're logged out through home folder encryption. - Your home directory gets tighter permissions when you use home folder encryption, though you can set these permissions yourself to get that benefit without encryption.
Home folder encryption is less important if you already use whole-disk encryption when you're the only user on the system, since the files are automatically decrypted anyway by the system whenever you're logged in, and you're probably going to be logged in whenever the system is turned on.

Chai T. Rex
- 5,193