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
|
@ -15,7 +15,7 @@ const (
|
|||
conmonPath = "/usr/libexec/ocid/conmon"
|
||||
pausePath = "/usr/libexec/ocid/pause"
|
||||
seccompProfilePath = "/etc/ocid/seccomp.json"
|
||||
apparmorProfileName = "crio-default"
|
||||
apparmorProfileName = "ocid-default"
|
||||
)
|
||||
|
||||
var commentedConfigTemplate = template.Must(template.New("config").Parse(`
|
||||
|
|
|
@ -140,7 +140,7 @@ func main() {
|
|||
},
|
||||
cli.StringFlag{
|
||||
Name: "apparmor-profile",
|
||||
Usage: "default apparmor profile name (default: \"crio-default\")",
|
||||
Usage: "default apparmor profile name (default: \"ocid-default\")",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "selinux",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue