selinux_container_cgroup.yml 288 B

123456789
  1. ---
  2. # Required in some selinux policy versions see
  3. # https://bugzilla.redhat.com/show_bug.cgi?id=1587825
  4. # https://bugzilla.redhat.com/show_bug.cgi?id=1549765
  5. - name: Setting sebool container_manage_cgroup
  6. seboolean:
  7. name: container_manage_cgroup
  8. state: yes
  9. persistent: yes