Skip to content

eventlog parser: EV_EVENT_TAG information missing #40

@mythi

Description

@mythi

I'm printing out the eventlog JSON and noticing the following:

      {
		"rtmr": {
			"index": 3,
			"bank": "SHA384"
		},
		"rtmr_events": [
			{
				"type_id": "0x6",
				"type_name": "EV_EVENT_TAG",
				"measurement": "cd8de72012411c79023c3de95b04a995b185d34678ac53832d3e8b623520b8444c572116006e641c0d55556c63214f40"
			}
		]
	}

For the verifier to distinguish between different tagged events, the JSON log should include the "tagged event ID" and preferably the event description too.

The above entry is for the kernel commandline measured by the efistub: ID: 0x8F3B22ED and description LOADED_IMAGE::LoadOptions

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions