From 6e97ed46fb7ab812972ed00a53b5307665037084 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Tue, 14 Dec 2021 12:39:27 +0100 Subject: [PATCH] Add `SELinuxProfile` CRD graduation part Signed-off-by: Sascha Grunert --- .../index.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0/index.md b/content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0/index.md index 3ceac7ed6d..2658cf3f66 100644 --- a/content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0/index.md +++ b/content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0/index.md @@ -92,9 +92,15 @@ the recorded workload exits, the policy is created. #### `SELinuxProfile` CRD graduation - +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