# Generic yum repos for the RavenCore grsecurity kernel and tools # Add this file to your /etc/yum.repos.d/ directory # # This repo is for the grsecurity kernels. It isn't distribution # specific, which is why it is it's own repo. [ravencore-grsecurity-kernel] name=RavenCore grsecurity kernel baseurl=http://www.ravencore.com/grsec/kernel/$basearch/ enabled = 1 gpgcheck = 1 gpgkey = http://www.ravencore.com/RPM-GPG-KEY-cormander # The tools repo below depends on the kernel repo above being enabled # in order to function properly. In order for the RPMs to install on # your server correctly, you must select the correct distribution for # your "baseurl" and switch "enabled" to 1 # # If you're using CentOS 5.1 or CentOS 4.6 you can enable this repo # with no changes. For Fedora Core 8 users, change the baseurl to: # http://www.ravencore.com/grsec/fedora/$releasever/$basearch/ [ravencore-grsecurity-tools] name=RavenCore grsecurity tools baseurl=http://www.ravencore.com/grsec/centos/$releasever/$basearch/ enabled = 0 gpgcheck = 1 gpgkey = http://www.ravencore.com/RPM-GPG-KEY-cormander # If you have the yum-utils package, enabling this repo will allow you # the ability to download the source rpm files with the yumdownloader # utility, eg; yumdownloader --source gradm paxctl kernel-grsec # # Please note that all 4 kernel variations are built from a single # source rpm, kernel-grsec, with different build flags. For more # information, read the kernel.spec file inside the source [ravencore-grsecurity-src] name=RavenCore grsecurity source baseurl=http://www.ravencore.com/grsec/SRPMS/ enabled = 0 gpgcheck = 1 gpgkey = http://www.ravencore.com/RPM-GPG-KEY-cormander