OpenStack library for privilege separation
Go to file
Ben Nemec dfcd983ee3 Add functional tests
These add some coverage to functionality not covered by the regular
unit tests, but I think they can't be run in the gate because they
use sudo.

Change-Id: Ic62c95b83f68f94328deb00227b7eabf249ce898
2019-12-11 10:26:01 +00:00
doc tox: Keeping going with docs 2019-10-24 15:10:31 +08:00
oslo_privsep Add functional tests 2019-12-11 10:26:01 +00:00
releasenotes Update master for stable/train 2019-09-20 16:36:08 +00:00
.coveragerc Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.gitignore Move doc related modules to doc/requirements.txt 2019-07-06 02:15:13 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:27 +00:00
.mailmap Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.stestr.conf Add functional tests 2019-12-11 10:26:01 +00:00
.zuul.yaml Switch to Ussuri jobs 2019-10-24 14:32:36 +08:00
CONTRIBUTING.rst Initial cookiecutter project 2015-10-23 18:51:29 +11:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 23:09:35 +08:00
LICENSE Initial cookiecutter project 2015-10-23 18:51:29 +11:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-30 13:27:01 +08:00
babel.cfg Initial cookiecutter project 2015-10-23 18:51:29 +11:00
lower-constraints.txt tox: Keeping going with docs 2019-10-24 15:10:31 +08:00
requirements.txt Add futures as a requirement for Python 2 2018-12-17 08:58:31 +01:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 14:59:35 -04:00
setup.py Updated from global requirements 2017-03-03 00:03:13 +00:00
test-requirements.txt Move doc related modules to doc/requirements.txt 2019-07-06 02:15:13 +08:00
tox.ini Add functional tests 2019-12-11 10:26:01 +00:00

README.rst

Team and repository tags

image

oslo.privsep

Latest Version

OpenStack library for privilege separation

This library helps applications perform actions which require more or less privileges than they were started with in a safe, easy to code and easy to use manner. For more information on why this is generally a good idea please read over the principle of least privilege and the specification which created this library.