Comment 12 for bug 1867754

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

Reviewed: https://review.opendev.org/713513
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=f80a10435448f5a5cdc16b5aab99ca84fec1d076
Submitter: Zuul
Branch: stable/train

commit f80a10435448f5a5cdc16b5aab99ca84fec1d076
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
    (cherry picked from commit c92378d7881927d46ff5d485edcf25989c0c4170)