Re: [PATCH 01/24] Add the ability to lock down access to the running kernel image
From: David Howells <dhowells@redhat.com>
Date: 2018-04-11 17:49:09
Also in:
linux-man, linux-security-module, lkml
From: David Howells <dhowells@redhat.com>
Date: 2018-04-11 17:49:09
Also in:
linux-man, linux-security-module, lkml
Randy Dunlap [off-list ref] wrote:
quoted
+ drivers from functioning because allowing manual configuration of + hardware parameters is forbidden, lest a device be used to access the + kernel by DMA. This mostly applies to ISA devices.Is DMA from non-ISA devices OK, or did I miss seeing that patch?
The issue is where you can directly command a device to do DMA, possibly by using the wrong driver. Ask Alan Cox. David