[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20242.1480416003@warthog.procyon.org.uk>
Date: Tue, 29 Nov 2016 10:40:03 +0000
From: David Howells <dhowells@...hat.com>
To: minyard@....org
Cc: dhowells@...hat.com,
One Thousand Gnomes <gnomes@...rguk.ukuu.org.uk>,
keyrings@...r.kernel.org, matthew.garrett@...ula.com,
linux-security-module@...r.kernel.org, linux-efi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Lock down drivers that can have io ports, io mem, irqs and dma changed
David Howells <dhowells@...hat.com> wrote:
> It would have to be more like pr_err("Hard-coded device addresses, irqs and
> dma channels are not permitted when the kernel is locked down."), possibly
> with the addition of either "The driver has been disabled" or "These settings
> have been ignored".
That should be "Command line-specified" rather than "Hard-coded". The latter
are actually okay.
A better way to do this would probably be to annotate the module parameter
declarations and have the module_param() invoker reject the locked-down
parameters. I'm not sure how easy that would be to do, though.
David
Powered by blists - more mailing lists