This is my personal Gentoo SELinux overlay. This overlay contains SELinux policy modules targetting the Gentoo SELinux policy that are otherwise not yet upstreamed into Portage.
This repository can be added manually or by using eselect-repository or layman.
# eselect repository add concord-selinux git https://github.com/0xC0ncord/concord-selinux-overlay.git
# layman -o https://raw.githubusercontent.com/0xC0ncord/concord-selinux-overlay/master/repositories.xml -f -a concord-selinux
- Clone this repository somewhere.
$ git clone https://github.com/0xC0ncord/concord-selinux-overlay.git
- Create a new file called
concord-selinux.conf
in/etc/portage/repos.conf
with the following content:
[concord-selinux]
location = /path/to/cloned/repository
- Install the package(s) using Portage.
- To update the overlay just run
git pull
in the cloned repository.
You can report any ebuild issues or feature requests in the issue tracker.