Skip to content

Commit 7979bad

Browse files
committed
Add AppArmor support section
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 6e97ed4 commit 7979bad

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ validations are done here.
104104

105105
### AppArmor support
106106

107-
<!--
108-
- Add CRD type to represent AppArmor profiles. (#643, @pjbgf)
109-
- `spod` can load and unload AppArmor profiles into clusters host servers.
110-
`spod` now runs as `root` and `privileged` when apparmor is enabled. (#680, @pjbgf)
111-
-->
107+
This version introduces the initial support for AppArmor, allowing users to load and
108+
unload AppArmor profiles into cluster nodes by using the new [AppArmorProfile](https://github.com/kubernetes-sigs/security-profiles-operator/blob/main/deploy/base/crds/apparmorprofile.yaml) CRD.
109+
110+
To enable AppArmor support use the [enableAppArmor feature gate](https://github.com/kubernetes-sigs/security-profiles-operator/blob/main/examples/config.yaml#L10) switch of your SPO configuration.
111+
Then use our [apparmor example](https://github.com/kubernetes-sigs/security-profiles-operator/blob/main/examples/apparmorprofile.yaml) to deploy your first profile across your cluster.
112112

113113
### Metrics
114114

0 commit comments

Comments
 (0)