* [PATCH 0/4] Using the hash in MOKx to blacklist kernel module
@ 2017-11-29 14:00 Lee, Chun-Yi
0 siblings, 0 replies; 2+ messages in thread
From: Lee, Chun-Yi @ 2017-11-29 14:00 UTC (permalink / raw)
To: David Howells; +Cc: linux-fs, linux-efi, linux-kernel, Lee, Chun-Yi
This patch set is base on the efi-lock-down and keys-uefi branchs in
David Howells's linux-fs git tree. The main purpose is using the MOKx
to blacklist kernel module.
As the MOK (Machine Owner Key), MOKx is a EFI boot time variable which
is maintained by shim boot loader. We can enroll the hash of blacklisted
kernel module (with or without signature) to MOKx by mokutil. Kernel loads
the hash from MOKx to blacklist keyring when booting. Kernel will prevent
to load the kernel module when its hash be found in blacklist.
Except MOKx, this patch set fixs another two issues: The MOK/MOKx should
not be loaded when secure boot is disabled. And, modified error message
prints out appropriate status string for reading by human being.
Lee, Chun-Yi (4):
MODSIGN: do not load mok when secure boot disabled
MODSIGN: print appropriate status message when getting UEFI
certificates list
MODSIGN: load blacklist from MOKx
MODSIGN: checking the blacklisted hash before loading a kernel module
certs/load_uefi.c | 71 +++++++++++++++++++++++++++++++++++--------------
include/linux/efi.h | 25 +++++++++++++++++
kernel/module_signing.c | 62 ++++++++++++++++++++++++++++++++++++++++--
3 files changed, 136 insertions(+), 22 deletions(-)
--
2.10.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 0/4] Using the hash in MOKx to blacklist kernel module
@ 2017-11-29 14:11 Lee, Chun-Yi
0 siblings, 0 replies; 2+ messages in thread
From: Lee, Chun-Yi @ 2017-11-29 14:11 UTC (permalink / raw)
To: David Howells
Cc: linux-fs-u79uwXL29TY76Z2rM5mHXA, linux-efi-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Lee, Chun-Yi
This patch set is base on the efi-lock-down and keys-uefi branchs in
David Howells's linux-fs git tree. The main purpose is using the MOKx
to blacklist kernel module.
As the MOK (Machine Owner Key), MOKx is a EFI boot time variable which
is maintained by shim boot loader. We can enroll the hash of blacklisted
kernel module (with or without signature) to MOKx by mokutil. Kernel loads
the hash from MOKx to blacklist keyring when booting. Kernel will prevent
to load the kernel module when its hash be found in blacklist.
This function is useful to revoke a kernel module that it has exploit. Or
revoking a kernel module that it was signed by a unsecure key.
Except MOKx, this patch set fixs another two issues: The MOK/MOKx should
not be loaded when secure boot is disabled. And, modified error message
prints out appropriate status string for reading by human being.
Lee, Chun-Yi (4):
MODSIGN: do not load mok when secure boot disabled
MODSIGN: print appropriate status message when getting UEFI
certificates list
MODSIGN: load blacklist from MOKx
MODSIGN: checking the blacklisted hash before loading a kernel module
certs/load_uefi.c | 71 +++++++++++++++++++++++++++++++++++--------------
include/linux/efi.h | 25 +++++++++++++++++
kernel/module_signing.c | 62 ++++++++++++++++++++++++++++++++++++++++--
3 files changed, 136 insertions(+), 22 deletions(-)
--
2.10.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-29 14:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-29 14:00 [PATCH 0/4] Using the hash in MOKx to blacklist kernel module Lee, Chun-Yi
-- strict thread matches above, loose matches on Subject: below --
2017-11-29 14:11 Lee, Chun-Yi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).