Skip to content

Commit 5c87a1c

Browse files
authored
Merge pull request #1204 from AkihiroSuda/features-example-202305
features: update Example
2 parents 0983f1d + 05563ea commit 5c87a1c

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

features.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Here is a full example for reference.
145145
```json
146146
{
147147
"ociVersionMin": "1.0.0",
148-
"ociVersionMax": "1.0.2-dev",
148+
"ociVersionMax": "1.1.0-rc.2",
149149
"hooks": [
150150
"prestart",
151151
"createRuntime",
@@ -155,7 +155,6 @@ Here is a full example for reference.
155155
"poststop"
156156
],
157157
"mountOptions": [
158-
"acl",
159158
"async",
160159
"atime",
161160
"bind",
@@ -168,7 +167,6 @@ Here is a full example for reference.
168167
"lazytime",
169168
"loud",
170169
"mand",
171-
"noacl",
172170
"noatime",
173171
"nodev",
174172
"nodiratime",
@@ -275,14 +273,17 @@ Here is a full example for reference.
275273
"v1": true,
276274
"v2": true,
277275
"systemd": true,
278-
"systemdUser": true
276+
"systemdUser": true,
277+
"rdma": true
279278
},
280279
"seccomp": {
281280
"enabled": true,
282281
"actions": [
283282
"SCMP_ACT_ALLOW",
284283
"SCMP_ACT_ERRNO",
285284
"SCMP_ACT_KILL",
285+
"SCMP_ACT_KILL_PROCESS",
286+
"SCMP_ACT_KILL_THREAD",
286287
"SCMP_ACT_LOG",
287288
"SCMP_ACT_NOTIFY",
288289
"SCMP_ACT_TRACE",
@@ -309,16 +310,21 @@ Here is a full example for reference.
309310
"SCMP_ARCH_PPC",
310311
"SCMP_ARCH_PPC64",
311312
"SCMP_ARCH_PPC64LE",
313+
"SCMP_ARCH_RISCV64",
312314
"SCMP_ARCH_S390",
313315
"SCMP_ARCH_S390X",
314316
"SCMP_ARCH_X32",
315317
"SCMP_ARCH_X86",
316318
"SCMP_ARCH_X86_64"
317319
],
318320
"knownFlags": [
321+
"SECCOMP_FILTER_FLAG_TSYNC",
322+
"SECCOMP_FILTER_FLAG_SPEC_ALLOW",
319323
"SECCOMP_FILTER_FLAG_LOG"
320324
],
321325
"supportedFlags": [
326+
"SECCOMP_FILTER_FLAG_TSYNC",
327+
"SECCOMP_FILTER_FLAG_SPEC_ALLOW",
322328
"SECCOMP_FILTER_FLAG_LOG"
323329
]
324330
},
@@ -327,13 +333,16 @@ Here is a full example for reference.
327333
},
328334
"selinux": {
329335
"enabled": true
336+
},
337+
"intelRdt": {
338+
"enabled": true
330339
}
331340
},
332341
"annotations": {
333-
"io.github.seccomp.libseccomp.version": "2.5.4",
334-
"org.opencontainers.runc.checkpoint.enabled": "true",
335-
"org.opencontainers.runc.commit": "v1.1.0-368-ga1c51c56",
336-
"org.opencontainers.runc.version": "1.1.0+dev"
342+
"io.github.seccomp.libseccomp.version": "2.5.4",
343+
"org.opencontainers.runc.checkpoint.enabled": "true",
344+
"org.opencontainers.runc.commit": "v1.1.0-534-g26851168",
345+
"org.opencontainers.runc.version": "1.1.0+dev"
337346
}
338347
}
339348
```

0 commit comments

Comments
 (0)