mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
linux kernel: disable CONFIG_USERFAULTFD to avoid CVE-2022-2590 for now
This commit is contained in:
parent
83b86449a1
commit
098f4de336
@ -159,6 +159,8 @@ File systems --->
|
|||||||
|
|
||||||
<screen role="nodump">Processor type and features --->
|
<screen role="nodump">Processor type and features --->
|
||||||
[*] Support x2apic [CONFIG_X86_X2APIC]
|
[*] Support x2apic [CONFIG_X86_X2APIC]
|
||||||
|
Memory Management options --->
|
||||||
|
[ ] Enable userfaultfd() system call [CONFIG_USERFAULTFD]
|
||||||
Device Drivers --->
|
Device Drivers --->
|
||||||
[*] PCI Support ---> [CONFIG_PCI]
|
[*] PCI Support ---> [CONFIG_PCI]
|
||||||
[*] Message Signaled Interrupts (MSI and MSI-X) [CONFIG_PCI_MSI]
|
[*] Message Signaled Interrupts (MSI and MSI-X) [CONFIG_PCI_MSI]
|
||||||
@ -250,6 +252,16 @@ Device Drivers --->
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><parameter>Enable userfaultfd() system call</parameter></term>
|
||||||
|
<listitem>
|
||||||
|
<para>If this option is enabled, a security vulnerability not
|
||||||
|
resolved in Linux-&linux-version; yet will be exploitable.
|
||||||
|
Disable this option to avoid the vulnerability. This system call
|
||||||
|
is not used by any part of LFS or BLFS.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para>Alternatively, <command>make oldconfig</command> may be more
|
<para>Alternatively, <command>make oldconfig</command> may be more
|
||||||
|
Loading…
Reference in New Issue
Block a user