Comment 5 for bug 1756044

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.reports (master)

Reviewed: https://review.openstack.org/558858
Committed: https://git.openstack.org/cgit/openstack/oslo.reports/commit/?id=8d0e5fcc95ff2a2093373c35697f1ec8a9ff113b
Submitter: Zuul
Branch: master

commit 8d0e5fcc95ff2a2093373c35697f1ec8a9ff113b
Author: Ben Nemec <email address hidden>
Date: Wed Apr 4 15:47:22 2018 +0000

    Document workaround for AccessDenied error

    On SELinux-enabled platforms it is possible for the report process
    to fail with an AccessDenied error when it tries to read information
    about the process being debugged. Per [1], the recommended solution
    is to temporarily disable SELinux during debugging and then turn it
    on again once the report has completed successfully.

    1: https://bugzilla.redhat.com/show_bug.cgi?id=1292787

    Change-Id: Ic12d5658858bb085448e1b437b548111d3c79583
    Closes-Bug: 1756044