OpenStack library for rootwrap
Go to file
Tony Breeds 9e96313690 Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove oslo.rootwrap.

Change-Id: Ie14167eced0bba29f7d4e30f815785641c1da6c0
2016-12-13 15:39:31 +11:00
benchmark Move files out of the namespace package 2014-12-18 16:08:01 -05:00
doc/source Remove unused use-syslog-rfc-format option 2016-02-04 18:37:40 +00:00
etc Remove unused use-syslog-rfc-format option 2016-02-04 18:37:40 +00:00
oslo_rootwrap [TrivialFix] Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)' 2016-10-20 16:13:27 +08:00
releasenotes Enable release notes translation 2016-10-06 20:43:14 +02: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 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
README.rst Show team and repo badges on README 2016-11-25 13:09:20 +01:00
requirements.txt Updated from global requirements 2016-01-16 03:31:25 +00:00
setup.cfg Update homepage with developer documentation page 2016-09-24 14:11:53 +08:00
setup.py Updated from global requirements 2015-09-17 12:16:11 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:39:24 +00:00
tox.ini Add Constraints support 2016-12-13 15:39:31 +11: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.