OpenStack library for privilege separation
Go to file
loooosy 1bc87fd868 Remove log translations
Log messages are no longer being translated.
This removes all use of the _LE, _LI, and _LW
translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I2e7d8d7643fe6598b3c75c48a801b8d71e5db038
2017-03-26 13:41:14 +08:00
doc/source Initial cookiecutter project 2015-10-23 18:51:29 +11:00
oslo_privsep Remove log translations 2017-03-26 13:41:14 +08:00
releasenotes Update reno for stable/ocata 2017-01-20 19:15:43 +00:00
tools Add Constraints support 2016-12-20 14:36:31 +11: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 Show team and repo badges on README 2016-11-25 13:23:26 +01:00
babel.cfg Initial cookiecutter project 2015-10-23 18:51:29 +11:00
requirements.txt Updated from global requirements 2017-03-13 19:40:11 +00:00
setup.cfg Remove references to Python 3.4 2017-01-17 10:30:33 -08:00
setup.py Updated from global requirements 2017-03-03 00:03:13 +00:00
test-requirements.txt Updated from global requirements 2017-03-03 00:03:13 +00:00
tox.ini Remove references to Python 3.4 2017-01-17 10:30:33 -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.