OpenStack library for privilege separation
Go to file
Eric Fried ddde706469 Reno for SIGHUP fix
Adds a release note for the fix at
I8096fc7fd014e6dd299fae8ab073336c7cae362a

Change-Id: I4682950ac12f763737489c510246d54aed80b80f
Related-Bug: #1715374
2019-08-30 13:24:00 -05:00
doc Move doc related modules to doc/requirements.txt 2019-07-06 02:15:13 +08:00
oslo_privsep Self-resetting PrivContext 2019-08-28 15:35:00 -05:00
releasenotes Reno for SIGHUP fix 2019-08-30 13:24:00 -05: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 Switch to stestr 2018-07-03 16:09:28 +07:00
.zuul.yaml Add Python 3 Train unit tests 2019-07-05 14:59:35 -04:00
babel.cfg 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
lower-constraints.txt Add futures as a requirement for Python 2 2018-12-17 08:58:31 +01:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-30 13:27:01 +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 Merge "Move doc related modules to doc/requirements.txt" 2019-08-12 15:31:32 +00:00

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.