Skip to content

Commit

Permalink
migtd-policy-generator: support TDX_03 identity
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 committed Jun 26, 2024
1 parent 31cbac7 commit 2b9f219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/migtd-policy-generator/src/policy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ impl TdxModulePolicy {
match id {
"TDX_01" => 1,
"TDX_02" => 2,
"TDX_03" => 3,
_ => {
panic!("Unexpected TDX Module ID");
}
Expand Down

0 comments on commit 2b9f219

Please sign in to comment.