building kernels

In another thread, bji said:

> No, you cannot load your own kernel modules. Allowing a Linode to modify the kernel in any way (including loading modules) would be a serious security problem for the Linode host. If you were able to load a kernel module, you would be able to force the host system to run arbitrary code. This is not allowed.

Is this true? I was under the impression that user-mode linux created a "sandbox" for the individual virtual servers that we have here.

If we can build our own kernels, does anyone know what's running in the debian distro? Are there any non-standard patches?

Thanks…

2 Replies

@astrashe:

I was under the impression that user-mode linux created a "sandbox" for the individual virtual servers that we have here.
It still isn't secure to allow the execution of arbitrary code in the UML kernel space.

@astrashe:

If we can build our own kernels, does anyone know what's running in the debian distro? Are there any non-standard patches?
Only caker's kernels get to run, and they are the same whichever distro you choose. The patches from vanilla code are shown here: http://www.linode.com/support/kernels.cfm. The only really non-standard stuff relates to a token bucket filter/limiter around the UML async UBD driver to stop one Linode hogging all the disk i/o capacity on the host. See here: http://www.linode.com/forums/viewtopic.php?t=790

Thanks, that's very helpful. I appreciate the information.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct