aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-11-27 11:20:19 -0800
committerEric Biggers <ebiggers@google.com>2019-11-27 11:20:19 -0800
commit10bbfcbfe125e9c9568031328e372c01ff144fc9 (patch)
treef966ad2e11172278cad7065721c96693a52bc678 /README.md
parent2a45549820a4e364d000ac62362d2feafbb0b3c1 (diff)
cmd/fscrypt: adjust message when listing protector sources
Saying "Your data can be protected with one of the following sources" is ambiguous because it could be interpreted to mean that an encrypted directory can only have one type of protector. In fact, an encrypted directory can have multiple protectors, and they can be of any type. Update https://github.com/google/fscrypt/issues/164
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 017d025..254b458 100644
--- a/README.md
+++ b/README.md
@@ -257,7 +257,7 @@ Metadata directories created at "/mnt/disk/.fscrypt".
>>>>> mkdir /mnt/disk/dir1
>>>>> fscrypt encrypt /mnt/disk/dir1
Should we create a new protector? [Y/n] y
-Your data can be protected with one of the following sources:
+The following protector sources are available:
1 - Your login passphrase (pam_passphrase)
2 - A custom passphrase (custom_passphrase)
3 - A raw 256-bit key (raw_key)
@@ -364,7 +364,7 @@ passphrase.
>>>>> mkdir /mnt/disk/dir2
>>>>> fscrypt encrypt /mnt/disk/dir2
Should we create a new protector? [Y/n] y
-Your data can be protected with one of the following sources:
+The following protector sources are available:
1 - Your login passphrase (pam_passphrase)
2 - A custom passphrase (custom_passphrase)
3 - A raw 256-bit key (raw_key)
@@ -449,7 +449,7 @@ sure you are aware of
# could also use `fscrypt encrypt --key=secret.key` to achieve the same thing.
>>>>> fscrypt metadata create protector /mnt/disk
Create new protector on "/mnt/disk" [Y/n] y
-Your data can be protected with one of the following sources:
+The following protector sources are available:
1 - Your login passphrase (pam_passphrase)
2 - A custom passphrase (custom_passphrase)
3 - A raw 256-bit key (raw_key)