]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Add secure_modules() call
authorMatthew Garrett <matthew.garrett@nebula.com>
Fri, 9 Aug 2013 21:58:15 +0000 (17:58 -0400)
committerTim Gardner <tim.gardner@canonical.com>
Wed, 6 Apr 2016 09:29:35 +0000 (10:29 +0100)
commitb2d26ece1936cc2a4201f516c3b0ffdd25597ea7
treed4a9cab1b754915513220f568f319644a1781328
parentf9e48f7175919364888172826714d634806d5f1f
Add secure_modules() call

BugLink: http://bugs.launchpad.net/bugs/1566221
Provide a single call to allow kernel code to determine whether the system
has been configured to either disable module loading entirely or to load
only modules signed with a trusted key.

Bugzilla: N/A
Upstream-status: Fedora mustard.  Replaced by securelevels, but that was nak'd

Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
include/linux/module.h
kernel/module.c