diff options
author | Sebastian Lackner | 2019-01-03 21:08:49 +0100 |
---|---|---|
committer | rfjakob | 2019-01-04 01:23:44 +0100 |
commit | ab169443fde9c6697b5b9dc010691cbc61cd5206 (patch) | |
tree | 1222df3b156bb665a0128ee80598a0dbd5c4f8bd /README.md | |
parent | c1bd2626008ca1c27bcd139bac1d79792d9b1f20 (diff) |
A few more spelling fixes.
Found with the 'codespell' utility.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ Changelog v1.7-beta1, 2019-01-03 * **Fix possible symlink race attacks in forward mode** when using allow_other + plaintextnames * If you use *both* `-allow_other` *and* `-plaintextnames`, you should upgrade. - Malicous users could trick gocryptfs into modifying files outside of `CIPHERDIR`, + Malicious users could trick gocryptfs into modifying files outside of `CIPHERDIR`, or reading files inside `CIPHERDIR` that they should not have access to. * If you do not use `-plaintextnames` (disabled per default), these attacks do not work as symlinks are encrypted. |