[edk2-devel] [PATCH 0/5] Add new lib SecurityLockAuditLib to log message for security event

Gao, Zhichao zhichao.gao at intel.com
Mon Jul 22 04:01:59 UTC 2019


REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2006

For clearly see where security events occur in the platform.
Add SecurityLockAuditLib to provide a consistant debug log
message format that can be easily parsed in a post processing step.

Cc: Jian J Wang <jian.j.wang at intel.com>
Cc: Hao A Wu <hao.a.wu at intel.com>
Cc: Ray Ni <ray.ni at intel.com>
Cc: Star Zeng <star.zeng at intel.com>
Cc: Liming gao <liming.gao at intel.com>
Cc: Sean Brogan <sean.brogan at microsoft.com>
Cc: Michael Turner <Michael.Turner at microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew at microsoft.com>

Bret Barkelew (5):
  MdeModulePkg: Add header file for SecurityLockAuditLib
  MdeModulePkg/SecurityLockAuditDebugLib: Add lib instance
  MdeModulePkg/SecurityLockAuditLibNull: Add null version lib
  MdeModulePkg: Add SecuritAuditLib to dec file
  MdeModulePkg/PiSmmIpl: Use SecurityLockAuditLib for debug

 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c        |  2 +
 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf      |  1 +
 .../Include/Library/SecurityLockAuditLib.h    | 47 ++++++++++++++++
 .../SecurityLockAuditDebugLib.c               | 53 +++++++++++++++++++
 .../SecurityLockAuditDebugLib.inf             | 29 ++++++++++
 .../SecurityLockAuditLibNull.c                | 32 +++++++++++
 .../SecurityLockAuditLibNull.inf              | 27 ++++++++++
 MdeModulePkg/MdeModulePkg.dec                 |  4 ++
 MdeModulePkg/MdeModulePkg.dsc                 |  3 ++
 9 files changed, 198 insertions(+)
 create mode 100644 MdeModulePkg/Include/Library/SecurityLockAuditLib.h
 create mode 100644 MdeModulePkg/Library/SecurityLockAuditDebugLib/SecurityLockAuditDebugLib.c
 create mode 100644 MdeModulePkg/Library/SecurityLockAuditDebugLib/SecurityLockAuditDebugLib.inf
 create mode 100644 MdeModulePkg/Library/SecurityLockAuditLibNull/SecurityLockAuditLibNull.c
 create mode 100644 MdeModulePkg/Library/SecurityLockAuditLibNull/SecurityLockAuditLibNull.inf

-- 
2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#44087): https://edk2.groups.io/g/devel/message/44087
Mute This Topic: https://groups.io/mt/32555404/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list