README.rst 1.29 KB
Newer Older
1
2
3
4
========================
Team and repository tags
========================

melissaml's avatar
melissaml committed
5
6
.. image:: https://governance.openstack.org/tc/badges/oslo.privsep.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html
7
8
9

.. Change things from this point on

10
============
Angus Lees's avatar
Angus Lees committed
11
oslo.privsep
12
============
Angus Lees's avatar
Angus Lees committed
13

14
.. image:: https://img.shields.io/pypi/v/oslo.privsep.svg
15
    :target: https://pypi.org/project/oslo.privsep/
16
17
    :alt: Latest Version

Angus Lees's avatar
Angus Lees committed
18
19
OpenStack library for privilege separation

20
21
22
23
24
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.
Angus Lees's avatar
Angus Lees committed
25
26

* Free software: Apache license
27
* Documentation: https://docs.openstack.org/oslo.privsep/latest/
28
* Source: https://opendev.org/openstack/oslo.privsep
29
* Bugs: https://bugs.launchpad.net/oslo.privsep
shupeng's avatar
shupeng committed
30
* Release Notes: https://docs.openstack.org/releasenotes/oslo.privsep
31
32
33
34
35

.. _principle of least privilege: https://en.wikipedia.org/wiki/\
                                  Principle_of_least_privilege
.. _specification: https://specs.openstack.org/openstack/\
                   oslo-specs/specs/liberty/privsep.html