Skip to content

Commit

Permalink
[Mellanox] set default IMA algorithm to sha384 on SN4280 (sonic-net#1…
Browse files Browse the repository at this point in the history
…9973)

- Why I did it
To avoid the following error message:
ima: No suitable TPM algorithm for boot aggregate

- How I did it
Set the IMA hash algorithm to sha384 so the IMA can find the TPM algorithm

- How to verify it
Manual test

Signed-off-by: Yakiv Huryk <[email protected]>
  • Loading branch information
Yakiv-Huryk authored Sep 5, 2024
1 parent cab9496 commit c3acfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/mellanox/x86_64-nvidia_sn4280-r0/installer.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="libata.force=noncq module_blacklist=mlx5_ib,mlx5_core"
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="libata.force=noncq module_blacklist=mlx5_ib,mlx5_core ima_hash=sha384"

0 comments on commit c3acfdc

Please sign in to comment.