From 3997aa9a0f05332dc412f6812711747faaf2c189 Mon Sep 17 00:00:00 2001 From: jeanfabrice Date: Fri, 15 May 2020 06:47:00 +0200 Subject: [PATCH] Use OS packaging default value for apparmor_profile in crio.conf (#6125) --- roles/container-engine/cri-o/templates/crio.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/container-engine/cri-o/templates/crio.conf.j2 b/roles/container-engine/cri-o/templates/crio.conf.j2 index 977cbbf74..a27d746d4 100644 --- a/roles/container-engine/cri-o/templates/crio.conf.j2 +++ b/roles/container-engine/cri-o/templates/crio.conf.j2 @@ -106,7 +106,7 @@ seccomp_profile = "{{crio_seccomp_profile}}" # 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. -apparmor_profile = "crio-default" +# apparmor_profile = "crio-default" # Cgroup management implementation used for the runtime. cgroup_manager = "{{crio_cgroup_manager}}"