Description
This repository contains a tool for generating SELinux security profiles for containers. The whole concept is based on "block inheritence" feature inside CIL intermediate language supported by SELinux userspace. The tool creates a policy which combines rules inherited from specified CIL blocks(templates) and rules discovered by inspection of container JSON file, which contains mountpoints and ports definitions.
Installation Instructions
# dnf copr enable lvrabec/udica
# dnf install udica -y
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (13)* | EPEL 7 (220 downloads) |
![]() |
x86_64 (8)* | EPEL 8 (173 downloads) |
![]() |
i386 (18)*, x86_64 (18)* | Fedora 39 (0 downloads) |
![]() |
i386 (16)*, x86_64 (16)* | Fedora 40 (56 downloads) |
![]() |
i386 (9)*, x86_64 (8)* | Fedora 41 (25 downloads) |
![]() |
i386 (4)*, x86_64 (2)* | Fedora 42 (5 downloads) |
![]() |
i386 (13)*, x86_64 (16)* | Fedora rawhide (205 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable lvrabec/udica
More info about enabling Copr repositories