diff options
| author | Joseph Richey <joerichey94@gmail.com> | 2017-08-24 00:29:54 -0700 |
|---|---|---|
| committer | Joseph Richey <joerichey94@gmail.com> | 2017-08-24 00:29:54 -0700 |
| commit | 19c13e861996c3503be5b0dc5a2cecfe186b1744 (patch) | |
| tree | 9adaa99808990c0034484ed24d587c07ac70525d /README.md | |
| parent | 7fbff9a4d531e33f3d7c7e0b9871c2e19a55bace (diff) | |
Updated documentation for PAM module help
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -568,12 +568,11 @@ fscrypt metadata change-passphrase --protector=/:ID #### Directories using my login passphrase are not automatically unlocking. Either the PAM module is not installed correctly, or your login passphrase -changed and things got out of sync. +changed and things got out of sync. Another reason that these directories might +not unlock is if your session starts without password authentication. The most +common case of this is public-key ssh login. -#### I can still see files or filenames after running `fscrypt purge MOUNTPOINT` - -You need to unmount `MOUNTPOINT` to clear the necessary caches. See -`fscrypt purge --help` for more information +To trigger a password authentication event, run `su $(whoami) -c exit`. #### Getting "encryption not enabled" on an ext4 filesystem. |