add seccomp support
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
1bd0ba8516
commit
78ee03a8fc
90 changed files with 4745 additions and 629 deletions
|
@ -19,6 +19,7 @@ ocid - Enable OCI Kubernetes Container Runtime daemon
|
|||
[**--runtime**=[*value*]]
|
||||
[**--sandboxdir**=[*value*]]
|
||||
[**--selinux**]
|
||||
[**--seccomp-profile**=[*value*]]
|
||||
[**--version**|**-v**]
|
||||
|
||||
# DESCRIPTION
|
||||
|
@ -78,6 +79,9 @@ ocid is meant to provide an integration path between OCI conformant runtimes and
|
|||
**--selinux**
|
||||
Enable selinux support (default: false)
|
||||
|
||||
**seccomp_profile**
|
||||
Path to the seccomp json profile to be used as the runtime's default (default: "/etc/ocid/seccomp.json")
|
||||
|
||||
**--version, -v**
|
||||
Print the version
|
||||
|
||||
|
|
|
@ -58,6 +58,9 @@ The `ocid` table supports the following options:
|
|||
**selinux**
|
||||
Enable selinux support (default: false)
|
||||
|
||||
**seccomp_profile**
|
||||
Path to the seccomp json profile to be used as the runtime's default (default: "/etc/ocid/seccomp.json")
|
||||
|
||||
## OCID.IMAGE TABLE
|
||||
|
||||
**pause**=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue