struct dm_ima_device_table_metadata { /* * Contains data specific to the device which is common across * all the targets in the table (e.g. name, uuid, major, minor, etc). * The values are stored in comma separated list of key1=val1,key2=val2; * pairs delimited by a semicolon at the end of the list.
*/ char *device_metadata; unsignedint device_metadata_len; unsignedint num_targets;
/* * Contains the sha256 hashes of the IMA measurements of the target * attributes' key-value pairs from the active/inactive tables.
*/ char *hash; unsignedint hash_len;
};
/* * This structure contains device metadata, and table hash for * active and inactive tables for ima measurements.
*/ struct dm_ima_measurements { struct dm_ima_device_table_metadata active_table; struct dm_ima_device_table_metadata inactive_table; unsignedint dm_version_str_len;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.