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 (10)* | EPEL 7 (215 downloads) |
![]() |
x86_64 (8)* | EPEL 8 (165 downloads) |
![]() |
i386 (16)*, x86_64 (16)* | Fedora 39 (0 downloads) |
![]() |
i386 (12)*, x86_64 (12)* | Fedora 40 (50 downloads) |
![]() |
i386 (6)*, x86_64 (6)* | Fedora 41 (21 downloads) |
![]() |
i386 (0)*, x86_64 (0)* | Fedora 42 (1 downloads) |
![]() |
i386 (9)*, x86_64 (12)* | Fedora rawhide (198 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable lvrabec/udica
More info about enabling Copr repositories