OpenStack library for privilege separation
Go to file
OpenStack Release Bot 024c7ec3c0 reno: Update master for unmaintained/2023.1
Update the 2023.1 release notes configuration to build from
unmaintained/2023.1.

Change-Id: Ia67fdb8c4b680c41fae0056d2150e982029e6367
2024-11-21 18:30:44 +00:00
doc Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:01:00 +09:00
oslo_privsep Merge "Run pyupgrade to clean up Python 2 syntaxes" 2024-10-25 13:11:03 +00:00
releasenotes reno: Update master for unmaintained/2023.1 2024-11-21 18:30:44 +00:00
.coveragerc Display coverage report 2024-02-07 12:26:30 +09: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
.pre-commit-config.yaml Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:01:00 +09:00
.stestr.conf Add functional tests 2019-12-11 10:26:01 +00:00
.zuul.yaml Moves supported python runtimes from version 3.8 to 3.10 2023-04-10 13:05:30 +09:00
CONTRIBUTING.rst Align contributing doc with oslo's policy 2020-05-04 18:27:35 +02: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 fix broken links in readme 2023-10-26 14:57:13 +02:00
requirements.txt Add note about requirements lower bounds 2024-10-31 09:53:12 +09:00
setup.cfg Remove Python 3.8 support 2024-10-16 10:29:09 +09:00
setup.py remove outdated header 2020-02-11 18:51:53 +01:00
test-requirements.txt pre-commit: Bump versions 2024-10-21 20:00:50 +09:00
tox.ini pre-commit: Bump versions 2024-10-21 20:00:50 +09: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.