Skip to content

Commit

Permalink
i-s-t: set container_manage_cgroup for all streams
Browse files Browse the repository at this point in the history
CentOS Atomic Host and CAHC inherited the systemd container cgroups
issue and now needs the container_manage_cgroup seboolean.
  • Loading branch information
mike-nguyen authored and Micah Abbott committed Jul 24, 2018
1 parent c5ecdd1 commit bc978f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/improved-sanity-test/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,8 @@
# Configure container_manage_cgroup boolean
# See - https://bugzilla.redhat.com/show_bug.cgi?id=1510139
# - https://bugzilla.redhat.com/show_bug.cgi?id=1554881
- when: ansible_distribution == "RedHat" or
ansible_distribution == "Fedora"
role: selinux_boolean
# - https://bugzilla.redhat.com/show_bug.cgi?id=1553803
- role: selinux_boolean
g_seboolean: "container_manage_cgroup"
tags:
- container_manage_cgroup_bool
Expand Down

0 comments on commit bc978f3

Please sign in to comment.