Skip to content

Commit

Permalink
set apparmor profile unconfined
Browse files Browse the repository at this point in the history
  • Loading branch information
ledroide committed Jan 9, 2024
1 parent 8c09c3f commit df41054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/container-engine/cri-o/templates/crio.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ seccomp_profile = "{{ crio_seccomp_profile }}"
# does not specify a profile via the Kubernetes Pod's metadata annotation. If
# the profile is set to "unconfined", then this equals to disabling AppArmor.
# This option supports live configuration reload.
# apparmor_profile = "crio-default"
apparmor_profile = "unconfined"

# Cgroup management implementation used for the runtime.
cgroup_manager = "{{ crio_cgroup_manager }}"
Expand Down

0 comments on commit df41054

Please sign in to comment.