File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0 Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,15 @@ the recorded workload exits, the policy is created.
92
92
93
93
#### ` SELinuxProfile ` CRD graduation
94
94
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.
98
104
99
105
### AppArmor support
100
106
You can’t perform that action at this time.
0 commit comments