Skip to content

Commit

Permalink
[NEXMANAGE-746] Add extra sleeptime in TPM script
Browse files Browse the repository at this point in the history
This PR implemented WA to resolve ARL platform issue by increasing the
sleeptime in tpm script from 1s to 5s.

Signed-off-by: yengliong <[email protected]>
  • Loading branch information
yengliong93 committed Sep 30, 2024
1 parent 9b0ccfa commit e7103b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions inbm/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Updated proto files to add new RPC calls to allow edge node to update
its status with INBS.

### Fixed
- (NEXMANAGE-746) Add extra sleeptime in INBM tpm script to resolve ARL platform issue

### Security
- Updated 'docker' go library version in trtl to 25.0.6, fixing CVE-2024-41110
- Updated 'cryptography' Python library in dispatcher to 43.0.1, fixing GHSA-h4gh-qq45-vh27.
Expand Down
2 changes: 1 addition & 1 deletion inbm/fpm/mqtt/template/usr/bin/tc-get-tpm-passphrase
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ store_passphrase() {
tpm2_evictcontrol --hierarchy=o --object-context=seal.ctx "$STORE_SLOT" 1>&2
}

sleep 1
sleep 5

# (in case the TPM is in dictionary lockout mode)
timeout 5 tpm2_dictionarylockout --clear-lockout || true
Expand Down

0 comments on commit e7103b4

Please sign in to comment.