Browse Source

Enable container_manage_crgroup sebool

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1587825
Scott Dodson 6 years ago
parent
commit
ece52f1dc2
1 changed files with 9 additions and 0 deletions
  1. 9 0
      roles/openshift_node/tasks/main.yml

+ 9 - 0
roles/openshift_node/tasks/main.yml

@@ -52,6 +52,15 @@
     sysctl_file: "/etc/sysctl.d/99-openshift.conf"
     reload: yes
 
+# Required in some selinux policy versions see
+# https://bugzilla.redhat.com/show_bug.cgi?id=1587825
+# https://bugzilla.redhat.com/show_bug.cgi?id=1549765
+- name: Setting sebool container_manage_cgroup
+  seboolean:
+    name: container_manage_cgroup
+    state: yes
+    persistent: yes
+
 - import_tasks: registry_auth.yml
 
 - name: include standard node config