Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Signed Kernel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
FoolMonty
n00b
n00b


Joined: 04 Oct 2013
Posts: 12

PostPosted: Fri Oct 04, 2013 7:18 am    Post subject: Signed Kernel Reply with quote

Howdy,

Beginner's question, no doubt. I enabled Module signature verification, Require modules to be validly signed and Automatically sign all modules in the kernel and now programs with emerged modules wont work, notably virtualbox which is the first program I tried to run after the kernel change. I manually signed the modules ("vboxdrv" "vboxnetadp" and "vboxnetflt") as per the guide at http://wiki.gentoo.org/wiki/Signed_kernel_module_support and, after that failed, I also unmerged and re-emerged virtuabox and virtualbox-modules, but the program gives the same error
Quote:
Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing

'/etc/init.d/vboxdrv setup'

as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.


Aside from the fact that
Quote:
'/etc/init.d/vboxdrv setup'
will not work with gentoo and that there is no dkms package to emerge, my question is broader than that:
In short, is there a way to automatically have emerge sign modules as part of the installation of a package, and if not, what is the recommended procedure to do this manually?

:(
Back to top
View user's profile Send private message
N8Fear
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2013
Posts: 140
Location: Berlin (Germany)

PostPosted: Fri Oct 04, 2013 2:29 pm    Post subject: Reply with quote

First: make sure that the modules are signed right now (e.g. via hexdump as in the link you posted).
If they are actually signed, try to load them (e.g. va modprobe) and look for errors (on the commandline and possibly in dmesg).
If there are errors: post them here would help us to diagnose the issue at hand.
Back to top
View user's profile Send private message
FoolMonty
n00b
n00b


Joined: 04 Oct 2013
Posts: 12

PostPosted: Sun Oct 06, 2013 7:50 am    Post subject: Reply with quote

N8Fear, thank you for the reply and please accept my apology for not answering sooner

I cannot reproduce the error as I recompiled the kernel without the Require modules to be validly signed option to get a functional system back, but your answer seems to imply that the only option is to manually sign package installed modules. Is that correct?

I am not a developer and knowing the volunteer nature of this work, I wont dare ask that anything be changed but IMHO if package installed modules are not signed automatically when emerged then this security feature leaves a wide open hole for non expert users who do not know how to find all the modules installed by any given package or do not have the time to manually sign all the modules that might be installed with an emerge @world update (there are times that the number of packages can exceed 100).

As this post might be read by others who like myself would spend the time to seek the new modules and manually sign them if they only knew how to find them, any suggestion on a command that would help the user make a list of which modules were installed with an update?

Again, please accept my apology for not answering sooner. I am not an IT professional and I have a limited time to attend to these things.
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21595

PostPosted: Sun Oct 06, 2013 3:46 pm    Post subject: Reply with quote

Module signature checking is an upstream feature, whereas out-of-tree kernel modules installed by the package manager are dependent on the package manager, in this case Gentoo's Portage. It may be possible to arrange for the install process to automatically sign such modules, but I would be wary of doing so, since it then means that the signing key is not protected. As far as I know, even out-of-tree packages are installed to the kernel module directory, which is normally /lib/modules/$(uname -r). You can check for packages which install to this area to find modules which may require a signature. If you know when out-of-tree updates were last installed, you can use a find -newer predicate to search the module installation directory for modules new enough that they are likely from an unsigned out-of-tree install. The comments in init/Kconfig indicate that scripts/sign-file can perform the required signing for you.
Back to top
View user's profile Send private message
FoolMonty
n00b
n00b


Joined: 04 Oct 2013
Posts: 12

PostPosted: Mon Oct 07, 2013 6:42 am    Post subject: Reply with quote

Hello Hu

Quote:
Gentoo's Portage. It may be possible to arrange for the install process to automatically sign such modules, but I would be wary of doing so, since it then means that the signing key is not protected.

I think I understand what you said. If an intruder could access portage they could have their mischief signed. Wouldn't that also apply to GnuPG public/private keys left on the system used to encrypt documents as used by programs like KGpg? I guess what I am asking is if programs like KGpg are safe and portage is a special case, being it was not designed to do that, or is having system accessible keys unsafe altogether? You are obviously someone with great experience. How do you manage file encryption?

As far as the signing of modules, I was thinking along the same line that one would need to look in /lib/modules/$(uname -r) for the recently installed modules and then using the output from a time anchored find query one could pipe the results to a loop of scripts/sign-file, but I don't know the basic usage of these well enough to create the command. Any thought on a script that would do that, finding and then signing multiple modules in one run? I wouldn't ask but someone with good knowledge of Bash might find the answer to be simple and easy; ignore it if it involves more than a quick thought on your part, as I have no right to ask for that.
Back to top
View user's profile Send private message
N8Fear
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2013
Posts: 140
Location: Berlin (Germany)

PostPosted: Mon Oct 07, 2013 8:00 pm    Post subject: Reply with quote

If you secure the keys it's less likely that an attacker can use them (secure means a strong! passphrase). You even add a little bit security by obscurity (which is nice but definitely nothing to depend on), because an attacker needs to know about signed modules, how to create them, and find the keys.
On the other hand, if the system would be secure (which is impossible as everone hopefully knows) you wouldn't need to sign them in the first place.
Therefore you should assume that you have a skilled attacker that could be using a keylogger to get the passphrase.
Essentially it boils down to: if you want maximum security by using certificates or code signing is creating an airgap: a system just for codesigning that has no whatsoever connection to the host that should use the certified code. Ideally such a system has no connection to anything and is powered down unless you need to sign something.
This - depending on your goals and usecase - may be a little bit paranoid... ;)
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21595

PostPosted: Mon Oct 07, 2013 8:31 pm    Post subject: Reply with quote

Keys left on the system are more vulnerable than those which are physically disconnected when not in use. Keys left on the system with no passphrase are more vulnerable than those left on the system with a passphrase. Most people who speak of signing in an automatic build assume that such signing happens with no human involvement at any phase, which can occur only when the keys are kept in a machine-readable (and attacker readable) form. If you required Portage to use a helper that prompted a human for the passphrase, the keys would be safer than if you did not do so. However, this would be inconvenient. Safety is relative and depends quite a bit on your threat model. If you assume that an adversary is only able to employ easy and well known public techniques, then such an adversary can be stopped by relatively light security. If you assume that the adversary will have an extended period alone with the system to explore and understand your defenses, then you need much stricter security.

For signing, use find /lib/modules/$(uname -r) -name '*.ko' -newer marker -print0 | while read -d '' ko; do sign_module "$ko"; done. I leave it to you to figure out the marker and construct an appropriate path and arguments to the signing script.
Back to top
View user's profile Send private message
salahx
Guru
Guru


Joined: 12 Mar 2005
Posts: 530

PostPosted: Tue Oct 08, 2013 7:26 am    Post subject: Reply with quote

Normally. when kernel modules are signed, they are done so with a one-shot key - on each build, a key pair is generated, the private part used to sign the modules then tossed. The public key is then signed by a long-lived signing key.

There is a module_sign target (not listed in "make help") Makefile target for the linux kernel that signs all the modules after installation, thus one can do make module_install, then install any out of tree packages, then make module_sign to sign them all.

Signed modules are really more for binary distribution that need to shipped locked-down devices or deal with Secure Boot. Its far less useful under Gentoo. Even less so with out-of-tree modules - while they can be signed using the above technique is not being in done in practice. Especially not with something like the virtualbox kernel drivers - they may be GPL but they are abomination. The virtualbox kernel modules are essentially C++ code in a C wrapper.
Back to top
View user's profile Send private message
FoolMonty
n00b
n00b


Joined: 04 Oct 2013
Posts: 12

PostPosted: Tue Oct 08, 2013 12:06 pm    Post subject: Reply with quote

Hu, I have to thank you twice in one day :)

I will play with that (and will learn much in the process).

Best
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum