| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-23 | Make 'fscrypt setup' offer a choice of directory modes | Eric Biggers | |
| World-writable directories are not appropriate for some systems, so offer a choice of single-user-writable and world-writable modes, with single-user-writable being the default. Add a new documentation section to help users decide which one to use. | |||
| 2021-12-23 | cmd/fscrypt: don't load protector in remove-protector-from-policy | Eric Biggers | |
| Make remove-protector-from-policy work even if the protector cannot be loaded (for example, due to having been deleted already). Fixes https://github.com/google/fscrypt/issues/258 Fixes https://github.com/google/fscrypt/issues/272 | |||