Add docs about apparmor profile setting
Signed-off-by: Xianglin Gao <xlgao@zju.edu.cn>
This commit is contained in:
parent
26645c90ac
commit
06cc0ba6ba
5 changed files with 14 additions and 7 deletions
|
@ -55,12 +55,15 @@ The `ocid` table supports the following options:
|
|||
**runtime**=""
|
||||
OCI runtime path (default: "/usr/bin/runc")
|
||||
|
||||
**selinux**
|
||||
**selinux**=*true*|*false*
|
||||
Enable selinux support (default: false)
|
||||
|
||||
**seccomp_profile**
|
||||
**seccomp_profile**=""
|
||||
Path to the seccomp json profile to be used as the runtime's default (default: "/etc/ocid/seccomp.json")
|
||||
|
||||
**apparmor_profile**=""
|
||||
Name of the apparmor profile to be used as the runtime's default (default: "ocid-default")
|
||||
|
||||
## OCID.IMAGE TABLE
|
||||
|
||||
**pause**=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue