OpenStack library for rootwrap
Go to file
Rodolfo Alonso Hernandez 23a534b9f5 Implement "realpath" to retrieve the real absolute path
This function will call "os.path.realpth" and this in turn could call
"os.getcwd". If the current path has been deleted by other application,
this method will raise FileNotFoundError exception. This new function
catches and unsets this exception, returning an empty string.

Change-Id: If70411d8d189de4a020e528cd54412a5678cfab9
Closes-Bug: #1864090
2020-02-21 15:28:23 +00:00
benchmark Update to support running benchmark on python3 2018-04-04 11:40:23 -04:00
doc [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 17:56:35 +01:00
etc Always close all passed in fds beyond sensible_fd_limit on launch 2019-03-23 11:30:30 +01:00
oslo_rootwrap Implement "realpath" to retrieve the real absolute path 2020-02-21 15:28:23 +00:00
releasenotes reword releasenote for py27 support dropping 2020-02-06 11:04:51 +01:00
.gitignore Clean up .gitignore references to personal tools 2018-10-15 11:56:12 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:43 +00:00
.stestr.conf Switch to stestr 2018-07-03 16:00:44 +07:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 17:56:35 +01:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
LICENSE Add standalone project packaging support files 2013-11-21 16:25:23 +01:00
lower-constraints.txt tox: Keeping going with docs 2019-11-03 02:10:35 +08:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 19:10:25 +08:00
requirements.txt Updated from global requirements 2017-11-16 11:21:52 +00:00
setup.cfg Remove universal wheel configuration 2020-02-06 17:36:41 +00:00
setup.py remove outdated header 2020-02-10 18:35:20 +01:00
test-requirements.txt Bump the openstackdocstheme extension to 1.20 2019-10-12 14:58:52 +08:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 17:56:35 +01:00

Team and repository tags

image

oslo.rootwrap -- Escalated Permission Control

Latest Version

Downloads

oslo.rootwrap allows fine-grained filtering of shell commands to run as root from OpenStack services.