about summary refs log tree commit diff
path: root/nixos/tests/fscrypt.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-11-11nixos/pam: support fscrypt login protectorsLorenz Brun1-0/+50
fscrypt can automatically unlock directories with the user's login password. To do this it ships a PAM module which reads the user's password and loads the respective keys into the user's kernel keyring. Significant inspiration was taken from the ecryptfs implementation.