Comment 2 for bug 1649617

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-security (master)

Reviewed: https://review.openstack.org/410294
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-security/commit/?id=3e908d3d7bb6a764d6075736912da767fa7f724e
Submitter: Jenkins
Branch: master

commit 3e908d3d7bb6a764d6075736912da767fa7f724e
Author: Major Hayden <email address hidden>
Date: Tue Dec 13 12:15:43 2016 -0600

    Handle SELinux properly when it is disabled

    This patch skips the `find` task that searches for unlabeled content on
    systems with SELinux disabled. This fails because labels aren't loaded at that
    time.

    The patch also fixed an idempotent test failure that comes from the `selinux`
    Ansible module repeatedly trying to get SELinux into enforcing mode when it
    is disabled.

    Closes-bug: 1649617
    Change-Id: I7d30a07bd7e8a4461846660c281b9e53b0783461