Jeffrey Zhang
4f0cf26de8
reap rootwrap daemon process when it is timeout
When the daemon process is timeout, it will kill itself. But the parent doesn't reap it. This patch add a thread to wait the process to be done once the daemon is started. Closes-Bug: #1850241 Change-Id: Ic209b8ef86c2522ce7e4bd81ac57bf13f1706a81 (cherry picked from commit c9a57aab082f55d525f003db61290b6ab7437b7c)
Team and repository tags
oslo.rootwrap -- Escalated Permission Control
oslo.rootwrap allows fine-grained filtering of shell commands to run as root from OpenStack services.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/oslo.rootwrap/latest/
- Source: https://opendev.org/openstack/oslo.rootwrap
- Bugs: https://bugs.launchpad.net/oslo.rootwrap
- Release notes: https://docs.openstack.org/releasenotes/oslo.rootwrap/
Description
Languages
Python
100%