OpenStack library for privilege separation
Go to file
Jenkins 76dd259bbd Merge "Add Python 3.5 classifier and venv" 2016-09-05 03:52:30 +00:00
doc/source Initial cookiecutter project 2015-10-23 18:51:29 +11:00
oslo_privsep Merge "Add reno for release notes management" 2016-08-24 11:31:21 +00:00
releasenotes Add reno for release notes management 2016-07-04 12:55:50 +03:00
.coveragerc Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.gitignore Add reno for release notes management 2016-07-04 12:55:50 +03: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 Initial cookiecutter project 2015-10-23 18:51:29 +11:00
LICENSE Initial cookiecutter project 2015-10-23 18:51:29 +11:00
README.rst Add version and download badges to README 2016-02-03 14:47:10 -08:00
babel.cfg Initial cookiecutter project 2015-10-23 18:51:29 +11:00
requirements.txt Updated from global requirements 2016-08-18 12:39:34 +00:00
setup.cfg Add Python 3.5 classifier and venv 2016-08-11 10:26:18 +08:00
setup.py Updated from global requirements 2015-11-03 04:33:51 +00:00
test-requirements.txt Add reno for release notes management 2016-07-04 12:55:50 +03:00
tox.ini Merge "Add Python 3.5 classifier and venv" 2016-09-05 03:52:30 +00:00

README.rst

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.