Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ dependencies:
match: CRUN_VERSION

- name: runc
version: v1.3.2
version: v1.3.3
refPaths:
- path: examples/baseprofile-runc.yaml
match: name
Expand Down
5 changes: 4 additions & 1 deletion examples/baseprofile-runc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: security-profiles-operator.x-k8s.io/v1beta1
kind: SeccompProfile
metadata:
name: runc-v1.3.2
name: runc-v1.3.3
spec:
defaultAction: SCMP_ACT_ERRNO
architectures:
Expand Down Expand Up @@ -36,6 +36,7 @@ spec:
- nanosleep
- newfstatat
- openat
- openat2
- prctl
- read
- recvfrom
Expand All @@ -45,5 +46,7 @@ spec:
- setgid
- setgroups
- setuid
- sigaltstack
- statx
- tgkill
- write
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/opencontainers/runtime-spec v1.2.1
github.com/openshift/api v0.0.0-20241204141306-c1fdeb0788c1
github.com/pjbgf/go-apparmor v0.1.3-0.20241107184909-1375e5e7aa89
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.2
github.com/prometheus/client_golang v1.23.2
github.com/prometheus/client_model v0.6.2
github.com/seccomp/libseccomp-golang v0.11.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1438,8 +1438,8 @@ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10/go.mod h1
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.1 h1:j/GvU9UxlK5nuUKOWYOY0LRqcfHZl1ffTOa46+00Cys=
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.1/go.mod h1:nPk0OteXBkbT0CRCa2oZQL1jRLW6RJ2fuIijHypeJdk=
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.2 h1:VRXUgbGmpmjZgFYiUnTwlC+JjfCUs5KKFsorJhI1ZKQ=
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.2/go.mod h1:nPk0OteXBkbT0CRCa2oZQL1jRLW6RJ2fuIijHypeJdk=
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
Expand Down
22 changes: 11 additions & 11 deletions installation-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ metadata:
name: profile1
spec:
defaultAction: SCMP_ACT_ERRNO
baseProfileName: runc-v1.3.2
baseProfileName: runc-v1.3.3
syscalls:
- action: SCMP_ACT_ALLOW
names:
Expand Down Expand Up @@ -1661,7 +1661,7 @@ metadata:
name: profile1
spec:
defaultAction: SCMP_ACT_ERRNO
baseProfileName: oci://ghcr.io/security-profiles/runc:v1.3.2
baseProfileName: oci://ghcr.io/security-profiles/runc:v1.3.3
```

The resulting profile `profile1` will then contain all base syscalls from the
Expand Down Expand Up @@ -2023,24 +2023,24 @@ The `spoc` client is able to pull security profiles from OCI artifact compatible
registries. To do that, just run `spoc pull`:

```console
> spoc pull ghcr.io/security-profiles/runc:v1.3.2
16:32:29.795597 Pulling profile from: ghcr.io/security-profiles/runc:v1.3.2
> spoc pull ghcr.io/security-profiles/runc:v1.3.3
16:32:29.795597 Pulling profile from: ghcr.io/security-profiles/runc:v1.3.3
16:32:29.795610 Verifying signature

Verification for ghcr.io/security-profiles/runc:v1.3.2 --
Verification for ghcr.io/security-profiles/runc:v1.3.3 --
The following checks were performed on each of these signatures:
- Existence of the claims in the transparency log was verified offline
- The code-signing certificate was verified using trusted certificate authority certificates

[{"critical":{"identity":{"docker-reference":"ghcr.io/security-profiles/runc"},…}}]
16:32:33.208695 Creating file store in: /tmp/pull-3199397214
16:32:33.208713 Verifying reference: ghcr.io/security-profiles/runc:v1.3.2
16:32:33.208713 Verifying reference: ghcr.io/security-profiles/runc:v1.3.3
16:32:33.208718 Creating repository for ghcr.io/security-profiles/runc
16:32:33.208742 Using tag: v1.3.2
16:32:33.208742 Using tag: v1.3.3
16:32:33.208743 Copying profile from repository
16:32:34.119652 Reading profile
16:32:34.119677 Trying to unmarshal seccomp profile
16:32:34.120114 Got SeccompProfile: runc-v1.3.2
16:32:34.120114 Got SeccompProfile: runc-v1.3.3
16:32:34.120119 Saving profile in: /tmp/profile.yaml
```

Expand Down Expand Up @@ -2168,15 +2168,15 @@ The Security Profiles Operator will try to pull the correct profile by using
way, for example if a profile does not support any platform:

```
> spoc pull ghcr.io/security-profiles/runc:v1.3.2
11:07:14.788840 Pulling profile from: ghcr.io/security-profiles/runc:v1.3.2
> spoc pull ghcr.io/security-profiles/runc:v1.3.3
11:07:14.788840 Pulling profile from: ghcr.io/security-profiles/runc:v1.3.3
11:07:14.788852 Verifying signature
11:07:17.559037 Copying profile from repository
11:07:18.359152 Trying to read profile: profile-linux-amd64.yaml
11:07:18.359209 Trying to read profile: profile.yaml
11:07:18.359224 Trying to unmarshal seccomp profile
11:07:18.359728 Got SeccompProfile: runc-v1.3.2
11:07:18.359728 Got SeccompProfile: runc-v1.3.3
11:07:18.359732 Saving profile in: /tmp/profile.yaml
```

Expand Down
2 changes: 1 addition & 1 deletion test/tc_base_profiles_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
baseProfileNameRunc = "runc-v1.3.2"
baseProfileNameRunc = "runc-v1.3.3"
baseProfileNameCrun = "crun-v1.24"
)

Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ github.com/planetscale/vtprotobuf/types/known/wrapperspb
# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.1
# github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.2
## explicit; go 1.24.0
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1
Expand Down
Loading