oslo.rootwrap/oslo_rootwrap
David Vallee Delisle 1b1b960d0d CommandFilter should allow exec from full path
The current logic prevents from using a full path as argument.
We can't just compare basename to basename as it would allow passing
bogus paths. We need to make sure that passing a full path will compare
to the config's full path.

Closes-Bug: #1956606

Change-Id: I76094065de5b37f59a2500fbce7f500ada9915da
2022-01-13 08:45:09 -05:00
..
tests CommandFilter should allow exec from full path 2022-01-13 08:45:09 -05:00
__init__.py Fix Python 3 support for eventlet monkey-patching 2015-10-13 21:51:47 +02:00
client.py Avoid raising a RuntimeError during the shutdown 2020-05-13 15:21:33 +00:00
cmd.py Remove six 2020-10-09 09:19:18 +08:00
daemon.py Remove six.PY3 2020-09-30 16:34:20 +08:00
filters.py CommandFilter should allow exec from full path 2022-01-13 08:45:09 -05:00
jsonrpc.py Update hacking for Python3 2020-04-02 15:05:26 +02:00
version.py pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 2017-02-06 12:49:21 -05:00
wrapper.py Remove six 2020-10-09 09:19:18 +08:00