tools-hardened/desktop/: Updates kernel to 3.14.2-r1.

This update includes changes to the README which instruct on how to apply
the loop-AES patch along with updates to the kernel requirements. It also
updates the kernel config to a 3.14.2-r1 compatible .config file, as well as
updating the kernel-config variable to point towards the 3.14.2-r1 config
file.
This commit is contained in:
Devan Franchini 2014-05-06 15:22:32 -04:00
parent 7b5960b0b4
commit 726829e34d
4 changed files with 12376 additions and 2 deletions

View file

@ -3,13 +3,22 @@ Kernel Requirements:
On the host system, these two packages need to be installed:
* sys-kernel/hardened-sources-3.13.5
* sys-kernel/hardened-sources-3.14.2-r1
* sys-kernel/linux-firmware-20131230
* sys-kernel/genkernel
Once you emerge these things, create a symbolic link of the hardened-sources
to point to "/usr/src/linux-tinhat".
After this you need to apply the Loop-AES patch by doing the following:
* cp ./config/loop-AES-kernel-3.14.patch /usr/src/linux-tinhat/
Then apply the patch:
* rm -f drivers/block/loop.c include/linux/loop.h
* patch -p1 < loop-AES-kernel-3.14.patch
To run:
=======

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
3.13.5-hardened.config
3.14.2-hardened-r1.config