OpenStack library for rootwrap
Go to file
Jeffrey Zhang c9a57aab08 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
2019-11-10 23:50:28 +00:00
benchmark Update to support running benchmark on python3 2018-04-04 11:40:23 -04:00
doc Always close all passed in fds beyond sensible_fd_limit on launch 2019-03-23 11:30:30 +01:00
etc Always close all passed in fds beyond sensible_fd_limit on launch 2019-03-23 11:30:30 +01:00
oslo_rootwrap reap rootwrap daemon process when it is timeout 2019-11-10 23:50:28 +00:00
releasenotes reap rootwrap daemon process when it is timeout 2019-11-10 23:50:28 +00:00
.gitignore Clean up .gitignore references to personal tools 2018-10-15 11:56:12 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:43 +00:00
.stestr.conf Switch to stestr 2018-07-03 16:00:44 +07:00
.zuul.yaml Add Python 3 Train unit tests 2019-07-05 15:01:09 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
LICENSE Add standalone project packaging support files 2013-11-21 16:25:23 +01:00
lower-constraints.txt Switch to stestr 2018-07-03 16:00:44 +07:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 19:10:25 +08:00
requirements.txt Updated from global requirements 2017-11-16 11:21:52 +00:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 15:01:09 -04:00
setup.py Updated from global requirements 2017-03-03 00:03:18 +00:00
test-requirements.txt Update hacking version 2019-03-06 22:39:45 +08:00
tox.ini Add Python 3 Train unit tests 2019-07-05 15:01:09 -04:00

Team and repository tags

image

oslo.rootwrap -- Escalated Permission Control

Latest Version

Downloads

oslo.rootwrap allows fine-grained filtering of shell commands to run as root from OpenStack services.