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.
Reviewed: https:/ /review. openstack. org/558858 /git.openstack. org/cgit/ openstack/ oslo.reports/ commit/ ?id=8d0e5fcc95f f2a2093373c3569 7f1ec8a9ff113b
Committed: https:/
Submitter: Zuul
Branch: master
commit 8d0e5fcc95ff2a2 093373c35697f1e c8a9ff113b
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: Ic12d5658858bb0 85448e1b437b548 111d3c79583
Closes-Bug: 1756044