Skip to content

Commit

Permalink
changes to check authencticated variable store
Browse files Browse the repository at this point in the history
- added EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS attribute
  for QueryVariableInfo call.

Fixes: #89

Signed-off-by: Amrathesh <[email protected]>
  • Loading branch information
amrathesh committed Jan 6, 2025
1 parent 6c730b2 commit a38b76e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ BBSRVariableSizeTestSub1 (
)
{
EFI_STATUS QueryVarStatus;
UINT32 ValidAttributes = EFI_VARIABLE_NON_VOLATILE|EFI_VARIABLE_BOOTSERVICE_ACCESS|EFI_VARIABLE_RUNTIME_ACCESS;
UINT32 ValidAttributes = EFI_VARIABLE_NON_VOLATILE|EFI_VARIABLE_BOOTSERVICE_ACCESS|EFI_VARIABLE_RUNTIME_ACCESS|EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS;
UINT64 MaximumVariableStorageSize;
UINT64 RemainingVariableStorageSize;
UINT64 MaximumVariableSize;
Expand Down

0 comments on commit a38b76e

Please sign in to comment.