diff options
| author | Joseph Richey <joerichey@google.com> | 2019-11-28 13:13:12 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-28 13:13:12 +0530 |
| commit | 79c90bbacc8e4989fe3fef4297d766e55999b977 (patch) | |
| tree | cc882428da2b3f8698097e0893707cc933c7e809 | |
| parent | e7d77aba6d717f995e65c74b5b85412bb13a28b0 (diff) | |
| parent | 87e9540d42249bfafc2e26785ba96739b2b87fdd (diff) | |
Merge pull request #172 from ebiggers/login-passphrase-doc-fix
README.md: remove obsolete warning about changing login passphrase
| -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 |