Skip to content

Commit

Permalink
doc: added measurementLog flag
Browse files Browse the repository at this point in the history
added description of measurementLog to cmcd and testtool

Signed-off-by: Jeremias Giesecke <[email protected]>
  • Loading branch information
Jeremias Giesecke authored and smo4201 committed Jan 15, 2024
1 parent 531f5ef commit a2b3ffa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ e.g., `https://localhost:9000/metadata`
- **drivers**: Tells the *cmcd* prover which drivers to use, currently
supported are `TPM`, `SNP`, and `SW`. If multiple drivers are used for measurements, always the
first provided driver is used for signing operations
- **measurementLog**: Bool that indicates whether to include measured events in measurement and validation report.
- **useIma**: Bool that indicates whether the Integrity Measurement Architecture (IMA) shall be used
- **imaPcr**: TPM PCR where the IMA measurements are recorded (must match the kernel
configuration). The linux kernel default is 10
Expand Down Expand Up @@ -94,6 +95,7 @@ internal data such as downloaded certificates or created key handles
- **drivers**: Tells the *cmcd* prover which drivers to use, currently
supported are `TPM`, `SNP`, and `SW`. If multiple drivers are used for measurements, always the
first provided driver is used for signing operations
- **measurementLog**: Bool that indicates whether to include measured events in measurement and validation report.
- **metadata**: A list of locations to fetch metadata from. This can be local files, e.g.,
`file://manifest.json`, local folders, e.g., `file:///var/metadata/`, or remote HTTPS URLs,
e.g., `https://localhost:9000/metadata`
Expand Down Expand Up @@ -145,4 +147,4 @@ if (obj.type != "Verification Result") {
}

success
```
```

0 comments on commit a2b3ffa

Please sign in to comment.