| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-28 | Finalize import paths and documentationv0.1.00.1.0 | Joe Richey joerichey@google.com | |
| This commit changes all the internal import paths from `fscrypt/foo` to `github.com/google/fscrypt/foo` so that it can be built once we release externaly. The documentation in README.md is updated accordingly. Also, the README has a note noting that we do not make any guarantees about project stability before 1.0 (when it ships with Ubuntu). Change-Id: I6ba86e442c74057c8a06ba32a42e17f94833e280 | |||
| 2017-06-28 | cmd/fscrypt: add in status and purge commands | Joe Richey joerichey@google.com | |
| This commit adds in the status command, which has 2 functions, allowing the user to query the state of the entire system or a specific filesystem. This commit also adds in the purge command to remove all policy keys corresponding to a filesystem. This (along with getting the unlock status for the status commands) uses additional keyctl functionality in the crypto and actions packages. Change-Id: Ic8e097b335c044c0b91973eff19753f363f4525d | |||