Gentoo Archives: gentoo-hardened

From: philipp.ammann@××××××.de
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] Unofficial hardened-sources ebuilds?
Date: Tue, 15 Aug 2017 20:39:35
Message-Id: 6b567d69b43dc136d3dea0aeca5a4886@posteo.de
In Reply to: [gentoo-hardened] Unofficial hardened-sources ebuilds? by Alex Efros
1 Am 15.08.2017 21:13 schrieb Alex Efros:
2 > [...]
3 >>
4 >> [3] https://github.com/minipli/linux-unofficial_grsec
5 >> [4] https://github.com/copperhead/linux-hardened
6 >
7 > Sounds cool, but is anyone is going to provide ebuilds for these
8 > kernels?
9 > Not official, but having these in some overlay is better than nothing.
10
11 You don't really need an ebuild. What I do is manually install
12 sys-devel/bc and then:
13
14 cd /usr/src
15 git clone --single-branch --branch=linux-4.9.x-unofficial_grsec
16 git://github.com/minipli/linux-unofficial_grsec.git grsec
17 ln -s grsec linux
18
19 (You 'need' the linux symlink for ebuilds to be able to check .config
20 options)
21
22 Whenever there is a new release simply run 'git pull'.
23
24 Cheers
25 Philipp

Replies

Subject Author
Re: [gentoo-hardened] Unofficial hardened-sources ebuilds? Alex Efros <powerman@××××××××.name>