f22a6a1eeb8f15c829ab5671638e3647f5494dc6
Ieb1ea2ab45d76fc838c11489c2b029d7a5295e0e added a fix to report unknown capabilities as "CAP_UNDEFINED". This change improves on that slightly to use `str(c)` for undefined capabilities rather than losing information. This also better parallels the oslo.config "input" behaviour in `priv_context.CapNameOrInt` Change-Id: Ic59576a4eba7bb8d40aee9e3d383417386aa08aa
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%