Skip to content

Commit

Permalink
Merge pull request #1204 from AkihiroSuda/features-example-202305
Browse files Browse the repository at this point in the history
features: update Example
  • Loading branch information
AkihiroSuda authored May 17, 2023
2 parents 0983f1d + 05563ea commit 5c87a1c
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Here is a full example for reference.
```json
{
"ociVersionMin": "1.0.0",
"ociVersionMax": "1.0.2-dev",
"ociVersionMax": "1.1.0-rc.2",
"hooks": [
"prestart",
"createRuntime",
Expand All @@ -155,7 +155,6 @@ Here is a full example for reference.
"poststop"
],
"mountOptions": [
"acl",
"async",
"atime",
"bind",
Expand All @@ -168,7 +167,6 @@ Here is a full example for reference.
"lazytime",
"loud",
"mand",
"noacl",
"noatime",
"nodev",
"nodiratime",
Expand Down Expand Up @@ -275,14 +273,17 @@ Here is a full example for reference.
"v1": true,
"v2": true,
"systemd": true,
"systemdUser": true
"systemdUser": true,
"rdma": true
},
"seccomp": {
"enabled": true,
"actions": [
"SCMP_ACT_ALLOW",
"SCMP_ACT_ERRNO",
"SCMP_ACT_KILL",
"SCMP_ACT_KILL_PROCESS",
"SCMP_ACT_KILL_THREAD",
"SCMP_ACT_LOG",
"SCMP_ACT_NOTIFY",
"SCMP_ACT_TRACE",
Expand All @@ -309,16 +310,21 @@ Here is a full example for reference.
"SCMP_ARCH_PPC",
"SCMP_ARCH_PPC64",
"SCMP_ARCH_PPC64LE",
"SCMP_ARCH_RISCV64",
"SCMP_ARCH_S390",
"SCMP_ARCH_S390X",
"SCMP_ARCH_X32",
"SCMP_ARCH_X86",
"SCMP_ARCH_X86_64"
],
"knownFlags": [
"SECCOMP_FILTER_FLAG_TSYNC",
"SECCOMP_FILTER_FLAG_SPEC_ALLOW",
"SECCOMP_FILTER_FLAG_LOG"
],
"supportedFlags": [
"SECCOMP_FILTER_FLAG_TSYNC",
"SECCOMP_FILTER_FLAG_SPEC_ALLOW",
"SECCOMP_FILTER_FLAG_LOG"
]
},
Expand All @@ -327,13 +333,16 @@ Here is a full example for reference.
},
"selinux": {
"enabled": true
},
"intelRdt": {
"enabled": true
}
},
"annotations": {
"io.github.seccomp.libseccomp.version": "2.5.4",
"org.opencontainers.runc.checkpoint.enabled": "true",
"org.opencontainers.runc.commit": "v1.1.0-368-ga1c51c56",
"org.opencontainers.runc.version": "1.1.0+dev"
"io.github.seccomp.libseccomp.version": "2.5.4",
"org.opencontainers.runc.checkpoint.enabled": "true",
"org.opencontainers.runc.commit": "v1.1.0-534-g26851168",
"org.opencontainers.runc.version": "1.1.0+dev"
}
}
```
Expand Down

0 comments on commit 5c87a1c

Please sign in to comment.