Linux 意外左后遗症 I/ O 和内存处理器打开 Kernel 锁定模式

2026年8月6日6 次浏览来源:Phoronix阅读原文

正文保留英文原文(机翻易破坏代码与排版),标题/摘要已提供中文

近十年来,在UEFI Secure Boot启用后,从用户空间收紧内核访问的内核封锁模式就一直如此.…

For nearly the past decade has been the kernel lockdown mode for tightening up kernel access from user-space such as when UEFI Secure Boot is enabled.

The kernel lockdown mode restricts PCI BAR access, no writing to /dev/mem, and other restrictions so user-space can't can't modify the running kernel or access sensitive kernel memory.

An oversight has allowed legacy I/O and memory interfaces via sysfs to remain open in lockdown mode, but a fix is on the way...

分享