Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\platform_certs\load_uefi.c Create Date:2022-07-28 19:56:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Look to see if a UEFI variable called MokIgnoreDB exists and return true if* it does

Proto:static __init bool uefi_check_ignore_db(void)

Type:bool

Parameter:Nothing

26  db = 0
27  size = size of db
28  guid = EFI_SHIM_LOCK_GUID
30  status = get_variable("MokIgnoreDB", & guid, NULL, & size, & db)
31  Return status == EFI_SUCCESS
Caller
NameDescribe
load_uefi_certsLoad the certs contained in the UEFI databases into the platform trusted* keyring and the UEFI blacklisted X.509 cert SHA256 hashes into the blacklist* keyring.