Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-12 | Clear Merkle files before measuring verity fs | Chong Cai | |
PiperOrigin-RevId: 390467957 | |||
2021-07-12 | Fix GoLand analyzer errors under runsc/... | Fabricio Voznika | |
PiperOrigin-RevId: 384344990 | |||
2021-04-05 | Set Verity bit in verity_prepare cmd | Chong Cai | |
This is needed to enable Xattrs features required by verity. PiperOrigin-RevId: 366843640 | |||
2021-04-02 | Implement the runsc verity-prepare command. | Rahat Mahmood | |
Implement a new runsc command to set up a sandbox with verityfs and run the measure tool. This is loosely forked from the do command, and currently requires the caller to provide the measure tool binary. PiperOrigin-RevId: 366553769 |