
Previous code incorrectly used an explicit --config-dir=None on the privsep-helper command line when cfg.CONF.config_dir was None (the default). This change correctly skips the --config-dir flag entirely in this situation. Change-Id: I8d71b1e0c5ab702a39c3e56119611700a126a5d4
oslo.privsep
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.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.privsep
- Source: http://git.openstack.org/cgit/openstack/oslo.privsep
- Bugs: http://bugs.launchpad.net/oslo.privsep
Description
Languages
Python
100%