Comment 4 for bug 1731005

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-hardening (stable/pike)

Reviewed: https://review.openstack.org/518760
Committed: https://git.openstack.org/cgit/openstack/ansible-hardening/commit/?id=5543b54ffb97072152fd6fe7c321bf2a4fb39e16
Submitter: Zuul
Branch: stable/pike

commit 5543b54ffb97072152fd6fe7c321bf2a4fb39e16
Author: Major Hayden <email address hidden>
Date: Thu Nov 9 08:47:14 2017 -0600

    Fix filesystem permission masks

    The setuid bit is ignored on directories, so it's not necessary
    to remove it. The tasks currently remove the user's ability to
    use their home directory.

    The patch fixes the permissions problem, ensures that the 'nobody'
    user is skipped, and enables testing for the tasks in the gate.

    Closes-Bug: 1731005
    Closes-Bug: 1730994
    Change-Id: Id7be77b2eaa707c4c27d46f97d07f34825813749
    (cherry picked from commit 79b3d25070f86804bd6cc4b04a82f2a9bb1f4982)