Skip to content

Commit 6e97ed4

Browse files
committed
Add SELinuxProfile CRD graduation part
Signed-off-by: Sascha Grunert <[email protected]>
1 parent dd63a31 commit 6e97ed4

File tree

1 file changed

+9
-3
lines changed
  • content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0

1 file changed

+9
-3
lines changed

content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,15 @@ the recorded workload exits, the policy is created.
9292

9393
#### `SELinuxProfile` CRD graduation
9494

95-
<!--
96-
- #675, @JAORMX
97-
-->
95+
An `v1alpha2` version of the `SelinuxProfile` object has been introduced. This
96+
removes the raw Common Intermediate Language (CIL) from the object itself and
97+
instead adds a simple policy language to ease the writing and parsing
98+
experience.
99+
100+
Alongside, a `RawSelinuxProfile` object was also introduced. This contains a
101+
wrapped and raw representation of the policy. This was intended for folks to be
102+
able to take their existing policies into use as soon as possible. However, on
103+
validations are done here.
98104

99105
### AppArmor support
100106

0 commit comments

Comments
 (0)