summaryrefslogtreecommitdiff
path: root/oslo_rootwrap
Commit message (Expand)AuthorAgeFilesLines
* CommandFilter should allow exec from full path6.3.1David Vallee Delisle2022-01-132-1/+13
* Remove sixwangzihao2020-10-094-14/+11
* Remove six.PY3wangzihao2020-09-302-7/+4
* Stop to use the __future__ module.Hervé Beraud2020-06-022-4/+0
* Avoid raising a RuntimeError during the shutdownRodolfo Alonso Hernandez2020-05-131-4/+10
* Update hacking for Python3Andreas Jaeger2020-04-023-5/+7
* Use unittest.mock instead of third party mockussuri-em6.0.2Sean McGinnis2020-03-312-2/+2
* Implement "realpath" to retrieve the real absolute path6.0.1Rodolfo Alonso Hernandez2020-02-211-2/+15
* reap rootwrap daemon process when it is timeoutJeffrey Zhang2019-11-101-0/+9
* Merge "Always close all passed in fds beyond sensible_fd_limit on launch"5.16.0Zuul2019-05-081-2/+15
|\
| * Always close all passed in fds beyond sensible_fd_limit on launchDirk Mueller2019-03-231-2/+15
* | Update hacking versionjacky062019-03-062-11/+11
|/
* Fix portability issueLucian Petrut2018-11-221-16/+23
* Run rootwrap with lower fd ulimit by defaultDirk Mueller2018-10-092-2/+26
* Make IpNetnsExecFilter more strict to detect aliasesDaniel Alvarez2018-05-102-3/+19
* Add bandit to pep8 jobChangBo Guo(gcb)2017-12-132-8/+13
* Ignore syslog settings if /dev/log is not presentThierry Carrez2017-11-231-2/+9
* Protect rootwrap daemon socket against multiple threadsIWAMOTO Toshihiro2017-11-102-12/+69
* Fix test_daemon_no_cleanup_for_uninitialized_serverCorey Bryant2017-08-171-1/+2
* Merge "Allow rootwrap-daemon to timeout and exit"5.6.0Jenkins2017-03-073-1/+56
|\
| * Allow rootwrap-daemon to timeout and exitIWAMOTO Toshihiro2017-03-023-1/+56
* | Merge "Don't open subdirectories rootwrap filter directories"Jenkins2017-03-022-1/+5
|\ \ | |/ |/|
| * Don't open subdirectories rootwrap filter directoriesStephen Ma2017-02-282-1/+5
* | Merge "Avoid importing Linux specific modules on Windows"Jenkins2017-02-252-2/+10
|\ \ | |/ |/|
| * Avoid importing Linux specific modules on WindowsClaudiu Belu2017-02-232-2/+10
* | Always check cmd which does not existXianChaobo2017-02-132-2/+13
* | pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)Davanum Srinivas2017-02-061-1/+1
|/
* [daemon] Close inherited filedescriptors after forkingRalf Haferkamp2017-01-251-1/+2
* Relax default strict option under python3.x for configparserDavanum Srinivas2016-12-222-1/+15
* [TrivialFix] Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'howardlee2016-10-201-2/+2
* Fix running unknown commands in daemon modeThomas Bechtold2016-10-182-12/+30
* Merge "Add reno for release notes management"Jenkins2016-09-141-0/+18
|\
| * Add reno for release notes managementKirill Bespalov2016-06-301-0/+18
* | Enhance _program() and _program_path()Victor Stinner2016-08-192-40/+64
* | Fix parameters of assertEqual are misplaced5.1.0yan.haifeng2016-08-022-32/+32
* | always allow privsep-helper as a command5.0.0Sean Dague2016-07-202-0/+20
|/
* Remove unused use-syslog-rfc-format optionRonald Bradford2016-02-042-14/+0
* Drop python 2.6 support3.1.0ChangBo Guo(gcb)2015-11-262-24/+7
* Python 3: encode or decode i/o data of Popen.communicate()fumihiko kakuma2015-10-192-9/+39
* Fix Python 3 support for eventlet monkey-patching2.5.0Victor Stinner2015-10-137-18/+39
* Fix Python 3 issues in testsVictor Stinner2015-10-123-12/+13
* Merge "Python 3: Don't use BaseException.message attribute"Jenkins2015-10-041-1/+1
|\
| * Python 3: Don't use BaseException.message attributefumihiko kakuma2015-08-261-1/+1
* | Fix some spelling typo in manualZhao Lei2015-09-243-3/+3
|/
* Handle renamed executables with KillFilter2.3.0Pádraig Brady2015-08-182-19/+81
* Merge "daemon: avoid raising UnboundLocalError to callers"2.1.0Jenkins2015-06-252-38/+57
|\
| * daemon: avoid raising UnboundLocalError to callersIhar Hrachyshka2015-06-232-38/+57
* | Log that rootwrap was spawned after checkJakub Libosvar2015-06-191-2/+4
|/
* Remove mentions of root "tests" package from test_funcional_*Yuriy Taraday2015-05-022-2/+2
* Speed up non-daemon rootwrap command line invocationDavanum Srinivas2015-04-061-1/+4