Re: Unofficial hardened-sources ebuilds?

[email protected] Tue, 15 Aug 2017 22:39:30 +0200
Newsgroups gmane.linux.gentoo.hardened
Message-ID <[email protected]>
Am 15.08.2017 21:13 schrieb Alex Efros:
> [...]
>> 
>> [3] https://github.com/minipli/linux-unofficial_grsec
>> [4] https://github.com/copperhead/linux-hardened
> 
> Sounds cool, but is anyone is going to provide ebuilds for these 
> kernels?
> Not official, but having these in some overlay is better than nothing.

You don't really need an ebuild. What I do is manually install 
sys-devel/bc and then:

cd /usr/src
git clone --single-branch --branch=linux-4.9.x-unofficial_grsec  
git://github.com/minipli/linux-unofficial_grsec.git grsec
ln -s grsec linux

(You 'need' the linux symlink for ebuilds to be able to check .config 
options)

Whenever there is a new release simply run 'git pull'.

Cheers
Philipp