Skip to content

Commit

Permalink
feat: add version prcs txn
Browse files Browse the repository at this point in the history
  • Loading branch information
raindust committed Jan 3, 2024
1 parent 8cd4d89 commit 6f23b52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system-actors/src/tappstore/txns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,11 @@ pub enum TappstoreTxn {
CancelLastFreeze {
auth_b64: String,
},
AddVersionPcrs {
version: String,
pcrs: HashMap<PcrType, String>,
auth_b64: String,
},
RemoveVersionPcrs {
version: String,
auth_b64: String,
Expand Down

0 comments on commit 6f23b52

Please sign in to comment.