mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-21 10:01:49 +00:00
minor fixes
This commit is contained in:
parent
10cfe37ad2
commit
1b83ad727a
@ -92,7 +92,6 @@ public class EvNoAction {
|
||||
} else if (signature.contains("NvIndexDynamic")) {
|
||||
NvIndexDynamicEventLogData nvIndexDynamicEvent = new NvIndexDynamicEventLogData(eventData);
|
||||
noActionInfo += nvIndexDynamicEvent.toString();
|
||||
pciidsFileStatus = nvIndexDynamicEvent.getPciidsFileStatus();
|
||||
} else {
|
||||
noActionInfo = " EV_NO_ACTION event named \"" + signature
|
||||
+ "\" encountered but support for processing it has not been"
|
||||
|
@ -22,7 +22,7 @@ import java.nio.charset.StandardCharsets;
|
||||
* UINT16 DescriptionSize;
|
||||
* UINT8 Description[DescriptionSize];
|
||||
* UINT16 DataSize;
|
||||
* DEVICE_SECURITY_EVENT_DATA2 Data[DataSize];
|
||||
* UINT8 Data[DataSize];
|
||||
* } NV_INDEX_DYNAMIC_EVENT_LOG_DATA;
|
||||
* <p>
|
||||
*/
|
||||
@ -38,16 +38,6 @@ public class NvIndexDynamicEventLogData {
|
||||
*/
|
||||
private String nvIndexDynamicInfo = "";
|
||||
|
||||
/**
|
||||
* Track status of pci.ids
|
||||
* This is only used for events that access the pci.ids file.
|
||||
* Default is normal status (normal status is from-filesystem).
|
||||
* Status will only change IF this is an event that uses this file,
|
||||
* and if that event causes a different status.
|
||||
*/
|
||||
@Getter
|
||||
private String pciidsFileStatus = UefiConstants.FILESTATUS_FROM_FILESYSTEM;
|
||||
|
||||
/**
|
||||
* NvIndexInstanceEventLogData constructor.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user