Skip to content

Commit

Permalink
Merge pull request #4217 from AkihiroSuda/features-unsafe
Browse files Browse the repository at this point in the history
features: implement returning potentiallyUnsafeConfigAnnotations list
  • Loading branch information
lifubang authored Mar 25, 2024
2 parents 18c313b + eefc6ae commit 3db0871
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/spec-conformance.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Spec version | Feature | PR
-------------|------------------------------------------------|----------------------------------------------------------
v1.1.0 | `SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV` | [#3862](/~https://github.com/opencontainers/runc/pull/3862)
v1.1.0 | `.process.ioPriority` | [#3783](/~https://github.com/opencontainers/runc/pull/3783)
v1.2.0 | Features: `potentiallyUnsafeConfigAnnotations` | TODO

## Architectures

Expand Down
5 changes: 5 additions & 0 deletions features.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ var featuresCommand = cli.Command{
},
},
},
PotentiallyUnsafeConfigAnnotations: []string{
"bundle",
"org.systemd.property.", // prefix form
"org.criu.config",
},
}

if seccomp.Enabled {
Expand Down

0 comments on commit 3db0871

Please sign in to comment.