ietf-rats / draft-birkholz-rats-basic-yang-module

This repository is abandoned. The adopted I-D can be found at:
https://github.com/ietf-rats-wg/basic-yang-module
Other
0 stars 3 forks source link

Boot Log for PC client and network equipment #14

Open haknmcaobin opened 4 years ago

haknmcaobin commented 4 years ago

identity log-type { description "The type of logs available."; }

identity bios { base log-type; description "Measurement log created by the BIOS/UEFI."; }

identity ima { base log-type; description "Measurement log created by IMA."; }

Here defines log type: BIOS and IMA. I notice that BIOS log format follows TCG PC Client Spec. While network equipment boot log is different from PC client, should we add a new log type for network equipment as follows?

identity log-type { description "The type of logs available.";

} identity bios { base log-type; description "Measurement log created by the BIOS/UEFI."; } identity ima { base log-type; description "Measurement log created by IMA."; } identity boot { base log-type; description "Measurement boot log created by BIOS, os, software and patch."; }