OpenStack library for privilege separation
Go to file
yangyawei bd989a3ccb setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Ia53113f891bcb081c63778e3c943896bc743c34b
2021-05-14 17:37:07 +08:00
doc Adding pre-commit 2020-09-08 14:17:12 +02:00
oslo_privsep Undo the eventlet monkey patch for the privileged daemon 2020-07-15 14:48:08 +00:00
releasenotes Update master for stable/wallaby 2021-04-15 18:25:08 +01: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
.pre-commit-config.yaml Fix requirements issues. 2021-04-07 16:21:41 +02:00
.stestr.conf Add functional tests 2019-12-11 10:26:01 +00:00
.zuul.yaml Add Python3 xena unit tests 2021-04-15 18:25:18 +01: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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-30 13:27:01 +08:00
requirements.txt [goal] Migrate testing to ubuntu focal 2020-08-04 03:45:01 +00:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-14 17:37:07 +08:00
setup.py remove outdated header 2020-02-11 18:51:53 +01:00
test-requirements.txt Adding pre-commit 2020-09-08 14:17:12 +02:00
tox.ini Merge "Use py3 as the default runtime for tox" 2021-04-16 13:29:22 +00:00

README.rst

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.