Skip to content

Commit 4cd43bb

Browse files
authored
Merge pull request #79305 from sheriff-rh/CMP-2666
2 parents 887d721 + e53b6ff commit 4cd43bb

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

modules/spo-binding-workloads.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,16 @@ spec:
3535
profileRef:
3636
kind: {kind} <1>
3737
name: profile <2>
38-
image: quay.io/security-profiles-operator/test-nginx-unprivileged:1.21
38+
image: quay.io/security-profiles-operator/test-nginx-unprivileged:1.21 <3>
3939
----
40-
<1> The `kind:` variable refers to the name of the profile.
40+
<1> The `kind:` variable refers to the kind of the profile.
4141
<2> The `name:` variable refers to the name of the profile.
42+
<3> You can enable a default security profile by using a wildcard in the image attribute: `image: "*"`
43+
+
44+
[IMPORTANT]
45+
====
46+
Using the `image: "*"` wildcard attribute binds all new pods with a default security profile in a given namespace.
47+
====
4248

4349
. Label the namespace with `enable-binding=true` by running the following command:
4450
+

security/security_profiles_operator/spo-release-notes.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ These release notes track the development of the Security Profiles Operator in {
1212

1313
For an overview of the Security Profiles Operator, see xref:../../security/security_profiles_operator/spo-overview.adoc#[Security Profiles Operator Overview].
1414

15+
[id="spo-release-notes-0-8-4"]
16+
== Security Profiles Operator 0.8.4
17+
18+
The following advisory is available for the Security Profiles Operator 0.8.4:
19+
20+
* link:https://access.redhat.com/errata/RHBA-2024:4781[RHBA-2024:4781 - OpenShift Security Profiles Operator bug fix update]
21+
22+
This update addresses CVEs in underlying dependencies.
23+
24+
[id="spo-0-8-4-new-features-and-enhancements"]
25+
=== New features and enhancements
26+
27+
* You can now specify a default security profile in the `image` attribute of a `ProfileBinding` object by setting a wildcard. For more information, see xref:../../security/security_profiles_operator/spo-selinux.adoc#spo-binding-workloads_spo-selinux[Binding workloads to profiles with ProfileBindings (SELinux)] and xref:../../security/security_profiles_operator/spo-seccomp.adoc#spo-binding-workloads_spo-seccomp[Binding workloads to profiles with ProfileBindings (Seccomp)].
28+
1529
[id="spo-release-notes-0-8-2"]
1630
== Security Profiles Operator 0.8.2
1731

0 commit comments

Comments
 (0)