diff options
| author | Eric Biggers <ebiggers@google.com> | 2019-11-27 21:00:32 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2019-11-27 21:04:37 -0800 |
| commit | 87e9540d42249bfafc2e26785ba96739b2b87fdd (patch) | |
| tree | cc882428da2b3f8698097e0893707cc933c7e809 | |
| parent | e7d77aba6d717f995e65c74b5b85412bb13a28b0 (diff) | |
README.md: remove obsolete warning about changing login passphrase
For some time now, fscrypt actually does re-wrap a user's login
protector when their login passphrase changes, provided that the PAM
configuration is correct. Remove the obsolete paragraph.
Update https://github.com/google/fscrypt/issues/51
| -rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -354,11 +354,6 @@ Hello World ### Protecting a directory with your login passphrase -As noted above and in the troubleshooting below, fscrypt cannot (yet) detect -when your login passphrase changes. So if you protect a directory with your -login passphrase, you may have to do additional work when you change your system -passphrase. - ```bash # Select your login passphrase as the desired source. >>>>> mkdir /mnt/disk/dir2 |