OpenStack library for privilege separation
Go to file
Sven Kieske 054567a08e
fix broken links in readme
the current links are wrong, they link to:

https://en.wikipedia.org/wiki/%5CPrinciple_of_least_privilege
(notice the backslash) and:
https://specs.openstack.org/openstack/%5Coslo-specs/specs/liberty/privsep.html
both links don't work this way.

you can see the broken links here:
https://opendev.org/openstack/oslo.privsep
or here:
https://github.com/openstack/oslo.privsep

from the spec:
https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#hyperlink-targets

> An external hyperlink's URI may begin on the same line as
> the explicit markup start and target name, or it may begin
> in an indented text block immediately following, with no
> intervening blank lines. If there are multiple lines in the
> link block, they are concatenated.
> Any unescaped whitespace is removed
> (whitespace is permitted to allow for line wrapping).

Change-Id: Ia21359cdaa0453fc02b8f5bd61ce9d2efd569051
Signed-off-by: Sven Kieske <kieske@osism.tech>
2023-10-26 14:57:13 +02:00
doc Remove unnecessary unicode prefixes 2022-04-19 15:11:57 +08:00
oslo_privsep Merge "setgid should be called before setuid" 2023-07-14 15:22:09 +00:00
releasenotes Update master for stable/2023.2 2023-09-07 09:37:52 +00: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 Upgrade the pre-commit-hooks version 2021-05-18 11:13:56 +08: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 [goal] Migrate testing to ubuntu focal 2020-08-04 03:45:01 +00:00
setup.cfg Revert "Moves supported python runtimes from version 3.8 to 3.10" 2023-05-05 18:57:21 +00:00
setup.py remove outdated header 2020-02-11 18:51:53 +01:00
test-requirements.txt Bump bandit 2023-05-17 11:39:54 +02:00
tox.ini Changed minversion in tox to 3.18.0 2021-06-07 16:55:32 +08: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.