OpenStack library for privilege separation
Go to file
Tony Breeds f53d0837db Update capabilities from current kernel source
These capabilities are from the 4.11.11 kernel tree and a current git
master 235b84fc862ae2637dc0dabada18d97f1bfc18e1

Change-Id: I1e6f7bff66495cdb83428a6c3b62804e5d20fc3b
2017-07-26 21:57:10 +10:00
doc/source add sphinx instructions to build API reference docs 2017-07-07 14:51:10 -04:00
oslo_privsep Update capabilities from current kernel source 2017-07-26 21:57:10 +10:00
releasenotes switch from oslosphinx to openstackdocstheme 2017-07-07 14:48:17 -04: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 sphinx instructions to build API reference docs 2017-07-07 14:51:10 -04: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
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
README.rst Update URLs in documents according to document migration 2017-07-12 23:09:35 +08:00
requirements.txt Updated from global requirements 2017-06-15 16:33:06 +00: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 Updated from global requirements 2017-07-13 12:47:21 +00:00
tox.ini Enable some off-by-default checks 2017-07-06 11:01:25 +08:00

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.