mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
vfs/cbe_trust_anchor: rename secured_superblock
As the file formerly named 'secured_superblock' actually contains the hash of the superblock that was secured, it was renamed 'superblock_hash'. Ref #4032
This commit is contained in:
parent
a28ca44101
commit
94701eec09
@ -142,7 +142,7 @@ append config {
|
||||
<ram/>
|
||||
<import>
|
||||
<rom name="encrypted_private_key"/>
|
||||
<rom name="secured_superblock"/>
|
||||
<rom name="superblock_hash"/>
|
||||
</import>
|
||||
|
||||
<dir name="dev">
|
||||
@ -333,7 +333,7 @@ append boot_modules {
|
||||
}
|
||||
|
||||
append boot_modules {
|
||||
encrypted_private_key secured_superblock
|
||||
encrypted_private_key superblock_hash
|
||||
}
|
||||
append boot_modules [cbe_image_file]
|
||||
|
||||
|
@ -173,4 +173,4 @@ build_boot_image $boot_modules
|
||||
run_genode_until {.*child "initialize_cbe" exited with exit value 0.*\n} 240
|
||||
|
||||
exec cp [run_dir]/genode/encrypted_private_key bin
|
||||
exec cp [run_dir]/genode/secured_superblock bin
|
||||
exec cp [run_dir]/genode/superblock_hash bin
|
||||
|
@ -128,7 +128,7 @@ class Trust_anchor
|
||||
using Path = Genode::Path<256>;
|
||||
|
||||
Path const key_file_name { "encrypted_private_key" };
|
||||
Path const hash_file_name { "secured_superblock" };
|
||||
Path const hash_file_name { "superblock_hash" };
|
||||
|
||||
struct Complete_request
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user