Searched refs:roothash (Results 1 – 9 of 9) sorted by relevance
/systemd-251/test/units/ |
D | testsuite-50.sh | 30 roothash="$(cat "${image}.roothash")" 40 systemd-dissect --json=short "${image}.raw" --root-hash="${roothash}" --verity-data="${image}.foove… 41 systemd-dissect "${image}.raw" --root-hash="${roothash}" --verity-data="${image}.fooverity" | grep … 42 systemd-dissect "${image}.raw" --root-hash="${roothash}" --verity-data="${image}.fooverity" | grep … 69 systemd-run -P --property RootImage="${image}.raw" --property RootHash="${roothash}" --property Roo… 166 …echo '{"rootHash":"'"${roothash}"'","signature":"'"$(base64 -w 0 < "${image}.roothash.p7s")"'"}' >… 177 uuid="$(head -c 32 "${image}.roothash" | sed -r 's/(.{8})(.{4})(.{4})(.{4})(.+)/\1-\2-\3-\4-\5/')" 179 uuid="$(tail -c 32 "${image}.roothash" | sed -r 's/(.{8})(.{4})(.{4})(.{4})(.+)/\1-\2-\3-\4-\5/')" 201 systemd-dissect --json=short --root-hash "${roothash}" "${image}.gpt" | grep -q '{"rw":"ro","design… 202 systemd-dissect --json=short --root-hash "${roothash}" "${image}.gpt" | grep -q '{"rw":"ro","design… [all …]
|
/systemd-251/src/shared/ |
D | discover-image.c | 634 _cleanup_free_ char *roothash = NULL; in image_remove() local 646 roothash = image_roothash_path(i); in image_remove() 647 if (!roothash) in image_remove() 701 if (unlink(roothash) < 0 && errno != ENOENT) in image_remove() 702 log_debug_errno(errno, "Failed to unlink %s, ignoring: %m", roothash); in image_remove() 722 _cleanup_free_ char *new_path = NULL, *nn = NULL, *roothash = NULL; in image_rename() local 739 roothash = image_roothash_path(i); in image_rename() 740 if (!roothash) in image_rename() 820 r = rename_auxiliary_file(roothash, new_name, ".roothash"); in image_rename() 822 log_debug_errno(r, "Failed to rename roothash file %s, ignoring: %m", roothash); in image_rename() [all …]
|
D | generator.h | 54 const char *roothash,
|
D | generator.c | 693 const char *roothash, in generator_write_veritysetup_service_section() argument 716 roothash_escaped = specifier_escape(roothash); in generator_write_veritysetup_service_section()
|
/systemd-251/src/veritysetup/ |
D | veritysetup-generator.c | 320 const char *roothash, in create_disk() argument 334 assert(roothash); in create_disk() 429 …r = generator_write_veritysetup_service_section(f, name, du_escaped, hu_escaped, roothash, options… in create_disk() 466 *roothash = NULL, *options = NULL; in add_veritytab_devices() local 481 … r = sscanf(l, "%ms %ms %ms %ms %ms", &name, &data_device, &hash_device, &roothash, &options); in add_veritytab_devices() 498 roothash, in add_veritytab_devices()
|
/systemd-251/test/fuzz/fuzz-unit-file/ |
D | directives-all.service | 326 roothash= key
|
/systemd-251/docs/ |
D | ENVIRONMENT.md | 357 whenever a disk image is used, a set of files with the `.roothash`, 358 `.usrhash`, `.roothash.p7s`, `.usrhash.p7s`, `.verity` suffixes are searched
|
/systemd-251/ |
D | TODO | 498 * /etc/veritytab: allow that the roothash column can be specified as fs path 500 keys of /etc/crypttab. That way people can store/provide the roothash
|
D | NEWS | 2053 format "volume-name data-device hash-device roothash options", 2325 * systemd-importd will now download .verity and .roothash.p7s files 7340 data is started, the root hash is search in a ".roothash" file 7363 "roothash=" kernel command line argument to both configure which root
|