OpenStack library for rootwrap
Go to file
fumihiko kakuma a1725700ab Python 3: encode or decode i/o data of Popen.communicate()
In Python 3, input and output for Popen.communicate() is bytes type.
Therefore, encode input data and decode return data for Popen.communicate().

Change-Id: Id6d85eea4c771ac9756ef08ba80ebc09005fcc3e
Related Change-Id: I70f009e3366f0eeda5790652ea14f3627b934664
2015-10-19 14:02:52 +09:00
benchmark Move files out of the namespace package 2014-12-18 16:08:01 -05:00
doc/source move usage instructions into main docs 2015-09-25 17:50:47 -04:00
etc To honor RFC5424 add use_syslog_rfc_format config option 2014-02-25 19:18:13 +02:00
oslo_rootwrap Python 3: encode or decode i/o data of Popen.communicate() 2015-10-19 14:02:52 +09:00
.gitignore Add standalone project packaging support files 2013-11-21 16:25:23 +01:00
.gitreview Add .gitreview for oslo.rootwrap 2013-11-27 15:22:57 +01: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
MANIFEST.in Add standalone project packaging support files 2013-11-21 16:25:23 +01:00
README.rst move usage instructions into main docs 2015-09-25 17:50:47 -04:00
requirements.txt Updated from global requirements 2015-02-20 13:58:58 +00:00
setup.cfg Fix Python 3 issues in tests 2015-10-12 10:07:53 +02:00
setup.py Updated from global requirements 2015-09-17 12:16:11 +00:00
test-requirements.txt Updated from global requirements 2015-08-04 00:48:26 +00:00
tox.ini Fix Python 3 support for eventlet monkey-patching 2015-10-13 21:51:47 +02:00

oslo.rootwrap -- Escalated Permission Control

Latest Version

Downloads

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