File: index.rst

package info (click to toggle)
python-oslo.privsep 3.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: python: 1,446; makefile: 28; sh: 12
file content (40 lines) | stat: -rw-r--r-- 960 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
==============
 oslo.privsep
==============

oslo.privsep is an OpenStack library for privilege separation.

It 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.

.. _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

Contents
========

.. toctree::
   :maxdepth: 2

   install/index
   user/index
   contributor/index
   reference/index

Release Notes
=============

Read also the `oslo.privsep Release Notes
<https://docs.openstack.org/releasenotes/oslo.privsep/>`_.


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`