Comment 9 for bug 1867754

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

Reviewed: https://review.opendev.org/713417
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=c92378d7881927d46ff5d485edcf25989c0c4170
Submitter: Zuul
Branch: master

commit c92378d7881927d46ff5d485edcf25989c0c4170
Author: Doug Szumski <email address hidden>
Date: Tue Mar 17 11:16:38 2020 +0000

    Make Fluentd config folders readable

    Currently, config folders lack the execute bit so Fluentd
    cannot read the config and just does nothing when it starts up. This
    change explicitly sets the execute bit on folders which need it,
    rather than doing it in a more generic way which is more risky from
    a security perspective.

    Change-Id: Ia840f4b67043df4eaa654f47673dcdc973f13d9c
    Closes-Bug: #1867754