vfs/cbe_trust_anchor: rename keyfile

As the file formerly named 'keyfile' actually contains the encrypted private
key of the Trust Anchor, it was renamed 'encrypted_private_key'.

Ref #4032
This commit is contained in:
Martin Stein 2021-04-11 11:15:35 +02:00 committed by Norman Feske
parent 641a738e3d
commit a28ca44101
3 changed files with 4 additions and 4 deletions

View File

@ -141,7 +141,7 @@ append config {
<vfs>
<ram/>
<import>
<rom name="keyfile"/>
<rom name="encrypted_private_key"/>
<rom name="secured_superblock"/>
</import>
@ -333,7 +333,7 @@ append boot_modules {
}
append boot_modules {
keyfile secured_superblock
encrypted_private_key secured_superblock
}
append boot_modules [cbe_image_file]

View File

@ -172,5 +172,5 @@ build_boot_image $boot_modules
run_genode_until {.*child "initialize_cbe" exited with exit value 0.*\n} 240
exec cp [run_dir]/genode/keyfile bin
exec cp [run_dir]/genode/encrypted_private_key bin
exec cp [run_dir]/genode/secured_superblock bin

View File

@ -127,7 +127,7 @@ class Trust_anchor
using Path = Genode::Path<256>;
Path const key_file_name { "keyfile" };
Path const key_file_name { "encrypted_private_key" };
Path const hash_file_name { "secured_superblock" };
struct Complete_request