-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move measurevariable #470
Move measurevariable #470
Conversation
670ccfb
to
7ce7bad
Compare
@@ -2333,6 +2334,36 @@ MeasureAllSecureVariables ( | |||
DEBUG ((DEBUG_INFO, "Skip measuring variable %s since it's deleted\n", EFI_IMAGE_SECURITY_DATABASE2)); | |||
} | |||
|
|||
// | |||
// Meaurement UEFI device signature database |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check AuthLib as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I have added the measure.
7ce7bad
to
54998b9
Compare
MdePkg/MdePkg.dec
Outdated
# | ||
## GUID used to specify section with devdb content | ||
## Include/Guid/DeviceAuthentication.h | ||
gEdkiiDeviceSignatureDatabaseGuid = {0xb9c2b4f4, 0xbf5f, 0x462d, {0x8a, 0xdf, 0xc5, 0xc7, 0xa, 0xc3, 0x5d, 0xad}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why use Edkii as prefix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have fixed the name.
54998b9
to
791821b
Compare
SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
Outdated
Status = MeasureVariable ( | ||
PCR_INDEX_FOR_SIGNATURE_DB, | ||
EV_EFI_SPDM_DEVICE_POLICY, | ||
EDKII_DEVICE_SECURITY_DATABASE, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think here EDKII_DEVICE_SECURITY_DATABASE
should be changed to EFI_DEVICE_SECURITY_DATABASE
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I have fixed the name error.
791821b
to
424755d
Compare
424755d
to
932d736
Compare
…measure Signed-off-by: Wenxing Hou <[email protected]>
Signed-off-by: Wenxing Hou <[email protected]>
Signed-off-by: Wenxing Hou <[email protected]>
Signed-off-by: Wenxing Hou <[email protected]>
Change gEdkiiDeviceSignatureDatabaseGuid and EDKII_DEVICE_SECURITY_DATABASE prefix Signed-off-by: Wenxing Hou <[email protected]>
932d736
to
642b52f
Compare
No description provided.