From: Stefan Bavendiek <stefan.bavendiek@mailbox.org>
To: kernel-hardening@lists.openwall.com
Cc: linux-hardening@vger.kernel.org
Subject: Re: Reducing runtime complexity
Date: Sat, 3 Dec 2022 09:51:12 +0100 [thread overview]
Message-ID: <Y4sOAAJPivaLNzt/@mailbox.org> (raw)
In-Reply-To: <202212021208.04CE21D1AE@keescook>
[-- Attachment #1: Type: text/plain, Size: 2971 bytes --]
On Fri, Dec 02, 2022 at 12:13:48PM -0800, Kees Cook wrote:
> On Fri, Dec 02, 2022 at 07:31:06AM +0100, Stefan Bavendiek wrote:
> > On Thu, Dec 01, 2022 at 03:21:37PM -0800, Kees Cook wrote:
> > > On Thu, Dec 01, 2022 at 09:09:04PM +0100, Stefan Bavendiek wrote:
> > > > Some time ago I wrote a thesis about complexity in the Linux kernel and how to reduce it in order to limit the attack surface[1].
> > > > While the results are unlikely to bring news to the audience here, it did indicate some possible ways to avoid exposing optional kernel features when they are not needed.
> > > > The basic idea would be to either build or configure parts of the kernel after or during the installation on a specific host.
> > > >
> > > > Distributions are commonly shipping the kernel as one large binary that includes support for nearly every hardware driver and optional feature, but the end user will normally use very little of this.
> > > > In comparison, a custom kernel build for a particular device and use case, would be significantly smaller. While the reduced complexity won't be directly linked with reduction in attack surface, from my understanding the difference would make a relevant impact.
> > > >
> > > > The question I keep wondering about is how feasible this is for general purpose distributions to have the kernel "rebuild" in this way when it is installed on a particular machine.
> > >
> > > Much of the functionality is modules, so once a system is booted and
> > > running the expected workloads, one can set the modules_disabled sysctl
> > > and block everything else from being loaded.
> > >
> > > -Kees
> > >
> > > --
> > > Kees Cook
> >
> > Disableing modules in general will prevent quite a lot of functionality that would still be expected to work, like plugging in a usb device.
> > One approach may be to load everything that may possibly be required in the future as well based on the use case of the specific system and then disable loading additional modules, but that does not seem like a good solution either.
> >
> > Perhaps exploring embedded device deployments is an idea, but in general the idea is to ship a smaller kernel to something like Linux desktops without limiting functionality that likely to be required.
>
> What I mean is that we already have a good middle-ground. It doesn't
> need to be all (general distro) or nothing (embedded build). Once the
> workload for the system is known, load the needed modules and block
> everything else. i.e. set up a module alias named "disable", and then
> fill /etc/modules with whatever you might want that isn't automatically
> loaded at boot and end the list with "disable". I wrote this up almost
> exactly 10 years ago:
>
> https://outflux.net/blog/archives/2012/11/28/clean-module-disabling/
>
> :)
>
> -Kees
>
> --
> Kees Cook
This does look quite similar to what I had in mind.
Thank you for the response.
- Stefan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2022-12-03 8:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-01 20:09 Reducing runtime complexity Stefan Bavendiek
2022-12-01 21:14 ` Pawan Gupta
2022-12-01 23:21 ` Kees Cook
2022-12-02 6:31 ` Stefan Bavendiek
2022-12-02 20:13 ` Kees Cook
2022-12-03 8:51 ` Stefan Bavendiek [this message]
2022-12-06 2:20 ` Luis Chamberlain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y4sOAAJPivaLNzt/@mailbox.org \
--to=stefan.bavendiek@mailbox.org \
--cc=kernel-hardening@lists.openwall.com \
--cc=linux-hardening@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.