OpenStack library for privilege separation
Go to file
Claudiu Belu f7ba0aa49a Avoids calling ffi.dlopen(None) on Windows
ffi.dlopen(None) cannot work on Windows and it is a
known issue [1]. This patch avoids this call on Windows
hosts.

[1] https://bugs.python.org/issue23606

Change-Id: I44436146cdc402087f33f4b99054176134ec5b81
Closes-Bug: #1788025
(cherry picked from commit b1f50df3b1)
2018-08-27 14:27:17 +00:00
doc/source add sphinx instructions to build API reference docs 2017-07-07 14:51:10 -04:00
oslo_privsep Avoids calling ffi.dlopen(None) on Windows 2018-08-27 14:27:17 +00:00
releasenotes Imported Translations from Zanata 2018-03-01 07:02:35 +00:00
.coveragerc Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.gitignore Switch to stestr 2018-08-13 12:03:05 -04:00
.gitreview Update .gitreview for stable/rocky 2018-08-13 12:03:56 -04:00
.mailmap Initial cookiecutter project 2015-10-23 18:51:29 +11:00
.stestr.conf Switch to stestr 2018-08-13 12:03:05 -04:00
.zuul.yaml import zuul job settings from project-config 2018-08-13 12:03:56 -04: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 links in README 2018-02-28 01:23:36 +08:00
babel.cfg Initial cookiecutter project 2015-10-23 18:51:29 +11:00
lower-constraints.txt Switch to stestr 2018-08-13 12:03:05 -04:00
requirements.txt fix lower constraints and uncap eventlet 2018-04-12 14:33:57 -04: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 Switch to stestr 2018-08-13 12:03:05 -04:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/rocky 2018-08-17 16:48:08 +00: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.