Add `SELinuxProfile` CRD graduation part

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
pull/30689/head
Sascha Grunert 2021-12-14 12:39:27 +01:00
parent dd63a3102a
commit 6e97ed46fb
No known key found for this signature in database
GPG Key ID: 09D97D153EF94D93
1 changed files with 9 additions and 3 deletions

View File

@ -92,9 +92,15 @@ the recorded workload exits, the policy is created.
#### `SELinuxProfile` CRD graduation
<!--
- #675, @JAORMX
-->
An `v1alpha2` version of the `SelinuxProfile` object has been introduced. This
removes the raw Common Intermediate Language (CIL) from the object itself and
instead adds a simple policy language to ease the writing and parsing
experience.
Alongside, a `RawSelinuxProfile` object was also introduced. This contains a
wrapped and raw representation of the policy. This was intended for folks to be
able to take their existing policies into use as soon as possible. However, on
validations are done here.
### AppArmor support