Add selinux_permissive task for container_t

master
Mike Holloway 3 months ago
parent a3f1815717
commit 38a373fe0d
  1. 5
      tasks/main.yml

@ -20,6 +20,11 @@
command:
cmd: loginctl enable-linger "{{ item }}"
loop:
- name: Enable permissive_containers SELinux Context
selinux_permissive:
name: container_t
permissive: true
"{{ service_users }}"
# - name: Copy cni networking driver config into place
# blockinfile:

Loading…
Cancel
Save