Home
last modified time | relevance | path

Searched refs:root_verity (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/core/
Dnamespace.h142 const char *root_verity,
Dexecute.h183 …char *working_directory, *root_directory, *root_image, *root_verity, *root_hash_path, *root_hash_s… member
Dexecute.c3658 context->root_verity, in apply_mount_namespace()
5350 c->root_verity = mfree(c->root_verity); in exec_context_done()
5819 if (c->root_verity) in exec_context_dump()
5820 fprintf(f, "%sRootVerity: %s\n", prefix, c->root_verity); in exec_context_dump()
Dload-fragment-gperf.gperf.in11 …ntf, true, offsetof({{type}}, exec_context.root_verity)
Ddbus-execute.c1188 …SD_BUS_PROPERTY("RootVerity", "s", NULL, offsetof(ExecContext, root_verity), SD_BUS_VTABLE_PROPERT…
1807 return bus_set_transient_path(u, name, &c->root_verity, message, flags, error); in bus_exec_context_set_transient_property()