Searched refs:root_verity (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/core/ |
D | namespace.h | 142 const char *root_verity,
|
D | execute.h | 183 …char *working_directory, *root_directory, *root_image, *root_verity, *root_hash_path, *root_hash_s… member
|
D | execute.c | 3658 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()
|
D | load-fragment-gperf.gperf.in | 11 …ntf, true, offsetof({{type}}, exec_context.root_verity)
|
D | dbus-execute.c | 1188 …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()
|