Use OS packaging default value for apparmor_profile in crio.conf (#6125)
This commit is contained in:
parent
81292f9cf3
commit
3997aa9a0f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ seccomp_profile = "{{crio_seccomp_profile}}"
|
||||||
|
|
||||||
# Used to change the name of the default AppArmor profile of CRI-O. The default
|
# Used to change the name of the default AppArmor profile of CRI-O. The default
|
||||||
# profile name is "crio-default-" followed by the version string of CRI-O.
|
# profile name is "crio-default-" followed by the version string of CRI-O.
|
||||||
apparmor_profile = "crio-default"
|
# apparmor_profile = "crio-default"
|
||||||
|
|
||||||
# Cgroup management implementation used for the runtime.
|
# Cgroup management implementation used for the runtime.
|
||||||
cgroup_manager = "{{crio_cgroup_manager}}"
|
cgroup_manager = "{{crio_cgroup_manager}}"
|
||||||
|
|
Loading…
Reference in a new issue