From 87e9540d42249bfafc2e26785ba96739b2b87fdd Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 27 Nov 2019 21:00:32 -0800 Subject: 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 --- README.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 254b458..b3e1ef3 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3