summaryrefslogtreecommitdiffstats
path: root/modsign-20111207.patch
Commit message (Collapse)AuthorAgeFilesLines
* Update the modsign patchset to the most recent versionJosh Boyer2012-05-211-7392/+0
| | | | | | | Update to the modsign-20120510 tag in the modsign git tree. We no longer need to generate the GPG key in the spec file, as the kernel makefile will do that for us. We still provide the genkey template though, so we don't get a generic one from upstream.
* Fix occasional EBADMSG from signed modules. (rhbz 804345)Dave Jones2012-03-221-0/+31
|
* Add kernel module signing on x86Josh Boyer2012-03-071-0/+7361
Leave enforcing disabled for now, so unsigned modules can still load. This can be switched by adding "enforcemodulesig=1" to the kernel command line.