• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/source/H03-May-2022-306191

oslo.privsep.egg-info/H03-May-2022-6150

oslo_privsep/H26-Aug-2021-2,4091,609

releasenotes/H26-Aug-2021-514228

.coveragercH A D26-Aug-2021111 86

.mailmapH A D26-Aug-202189 43

.pre-commit-config.yamlH A D26-Aug-20211.3 KiB4037

.stestr.confH A D26-Aug-202170 43

.zuul.yamlH A D26-Aug-2021224 98

AUTHORSH A D26-Aug-20212.2 KiB6362

CONTRIBUTING.rstH A D26-Aug-2021854 2314

ChangeLogH A D26-Aug-20218.9 KiB430323

HACKING.rstH A D26-Aug-2021169 53

LICENSEH A D26-Aug-20219.9 KiB177149

PKG-INFOH A D26-Aug-20212.5 KiB6049

README.rstH A D26-Aug-20211.3 KiB3627

setup.cfgH A D26-Aug-20211,013 3833

setup.pyH A D26-Aug-2021697 214

tox.iniH A D26-Aug-20211.8 KiB7464

README.rst

1========================
2Team and repository tags
3========================
4
5.. image:: https://governance.openstack.org/tc/badges/oslo.privsep.svg
6    :target: https://governance.openstack.org/tc/reference/tags/index.html
7
8.. Change things from this point on
9
10============
11oslo.privsep
12============
13
14.. image:: https://img.shields.io/pypi/v/oslo.privsep.svg
15    :target: https://pypi.org/project/oslo.privsep/
16    :alt: Latest Version
17
18OpenStack library for privilege separation
19
20This library helps applications perform actions which require more or
21less privileges than they were started with in a safe, easy to code
22and easy to use manner. For more information on why this is generally
23a good idea please read over the `principle of least privilege`_ and
24the `specification`_ which created this library.
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
30* Release Notes: https://docs.openstack.org/releasenotes/oslo.privsep
31
32.. _principle of least privilege: https://en.wikipedia.org/wiki/\
33                                  Principle_of_least_privilege
34.. _specification: https://specs.openstack.org/openstack/\
35                   oslo-specs/specs/liberty/privsep.html
36