| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-09 | Try to detect incomplete locking of v1-encrypted directory | Eric Biggers | |
| 'fscrypt lock' on a v1-encrypted directory doesn't warn about in-use files, as the kernel doesn't provide a way to easily detect it. Instead, implement a heuristic where we check whether a subdirectory can be created. If yes, then the directory must not be fully locked. Make both 'fscrypt lock' and 'fscrypt status' use this heuristic. Resolves https://github.com/google/fscrypt/issues/215 | |||
| 2020-05-09 | cli-tests: add t_v1_policy | Eric Biggers | |
| Test using v1 encryption policies (deprecated). | |||