Go to file
Rodolfo Alonso Hernandez c9cec8e87b Convert dict keys received in _ClientChannel from byte to str
When executing in debug mode, the arguments passed to [1] are stored
in a dictionary populated with bytes instead of strings. When in [2]
"record" is created and updated [3], the values contained in "msg[1]"
are not updated in "record"

This patch converts all keys in byte format to string (Python 3).

[1] 130d7155c4/oslo_privsep/comm.py (L128)
[2] 130d7155c4/oslo_privsep/daemon.py (L210)
[3] b5409dacc4/Lib/logging/__init__.py (L415)

Change-Id: Idec9ecc9fcc8c5b6779e0194a16cd861c7895d7e
Closes-Bug: #1816804
2019-04-04 11:06:08 +00:00
2018-06-06 07:15:13 +02:00
2015-10-23 18:51:29 +11:00
2015-10-21 05:24:45 +00:00
2015-10-23 18:51:29 +11:00
2018-07-03 16:09:28 +07:00
2019-02-19 13:56:43 +08:00
2015-10-23 18:51:29 +11:00
2015-10-23 18:51:29 +11:00
2015-10-23 18:51:29 +11:00
2018-08-07 05:56:11 +00:00
2017-03-03 00:03:13 +00:00
2019-02-13 14:46:48 +08:00
2018-10-09 13:36:18 +00: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.

Description
OpenStack library for privilege separation
Readme 2.9 MiB
Languages
Python 100%