OpenStack library for rootwrap
Go to file
IWAMOTO Toshihiro 801938bbf0 Protect rootwrap daemon socket against multiple threads
Wrap the call with eventlet.Semaphore. Simultaneous Client.execute
calls can fail badly. Alternatively, rootwrap daemon connections
could be made every time when Client.execute is called, without
using a semaphore.

Change-Id: Id9d38832c67f2d81d382cda797a48fee943a27f1
Closes-bug: #1654287
(cherry picked from commit 7711a6ce31)
2017-11-16 20:06:41 +00:00
benchmark Move files out of the namespace package 2014-12-18 16:08:01 -05:00
doc/source rearrange existing documentation to fit the new standard layout 2017-07-08 22:27:12 +00:00
etc Allow rootwrap-daemon to timeout and exit 2017-03-02 10:58:04 +09:00
oslo_rootwrap Protect rootwrap daemon socket against multiple threads 2017-11-16 20:06:41 +00:00
releasenotes Switch from oslosphinx to openstackdocstheme 2017-07-08 22:27:10 +00:00
tools Add Constraints support 2016-12-13 15:39:31 +11:00
.gitignore Add reno for release notes management 2016-06-30 09:59:31 +00:00
.gitreview Update .gitreview for stable/pike 2017-07-28 21:05:24 +00:00
.testr.conf Add standalone project packaging support files 2013-11-21 16:25:23 +01: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
README.rst Update URLs in documents according to document migration 2017-07-12 23:19:00 +08:00
requirements.txt Updated from global requirements 2016-01-16 03:31:25 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-12 23:19:00 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:18 +00:00
test-requirements.txt Updated from global requirements 2017-08-11 19:04:18 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/pike 2017-07-28 21:05:25 +00:00

README.rst

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.