OpenStack library for privilege separation
Go to file
OpenStack Proposal Bot 3ac2f5855f Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I816e1179e0ab6c8f3daec00d9f28e606da2110f0
2018-02-07 07:02:25 +00:00
doc/source add sphinx instructions to build API reference docs 2017-07-07 14:51:10 -04:00
oslo_privsep Merge "add bandit to pep8 job" 2017-12-19 03:53:11 +00:00
releasenotes Imported Translations from Zanata 2018-02-07 07:02:25 +00:00
.coveragerc Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.gitignore add sphinx instructions to build API reference docs 2017-07-07 14:51:10 -04:00
.gitreview Added .gitreview 2015-10-21 05:24:45 +00:00
.mailmap Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.testr.conf Initial cookiecutter project 2015-10-23 18:51:29 +11: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 Update URLs in documents according to document migration 2017-07-12 23:09:35 +08:00
babel.cfg Initial cookiecutter project 2015-10-23 18:51:29 +11:00
requirements.txt Merge "msgpack-python has been renamed to msgpack" 2018-01-19 12:48:22 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-12 23:09:35 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:13 +00:00
test-requirements.txt Updated from global requirements 2018-01-24 01:25:58 +00:00
tox.ini add bandit to pep8 job 2017-12-12 14:21:30 +08:00

README.rst

Team and repository tags

image

oslo.privsep

Latest Version

Downloads

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.