From d3321fe548fe1aa17326d59e38137a593def099f Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Wed, 21 Aug 2024 08:25:02 -0400 Subject: [PATCH] Add selinux_permissive task for container_t --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index c18bdb8..52e05ea 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -20,12 +20,12 @@ command: cmd: loginctl enable-linger "{{ item }}" loop: + "{{ service_users }}" - name: Enable permissive_containers SELinux Context selinux_permissive: name: container_t permissive: true - "{{ service_users }}" # - name: Copy cni networking driver config into place # blockinfile: # name: "/etc/cni/net.d/podman.conflist"