wiki.techinc.nl/includes/shell
Kunal Mehta b3f54db14c shell: Fix autodetection of firejail in findFirejail()
Fixes a regression from 3f94708eff. ExecutableFinder returns false if
the executable isn't found, but CommandFactory was expecting a null response,
This caused autodetection to always think firejail was present.

Adjust CommandFactoryTest to ensure we're always passing a string to
FirejailCommand. We need to switch findFirejail to protected so it can
be mocked.

Bug: T257282
Change-Id: Ie73418ebef6dce2bd5ec18fa38e29219d5bb2fd6
2020-07-07 03:18:34 -07:00
..
Hook Hook interface doc comment followup 2020-04-21 09:12:23 +10:00
Command.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
CommandFactory.php shell: Fix autodetection of firejail in findFirejail() 2020-07-07 03:18:34 -07:00
firejail.profile
FirejailCommand.php Shell: Add more types 2019-10-31 01:16:35 +00:00
limit.sh
Result.php Shell\Result: declare types, enable strict types 2019-10-30 17:58:23 -07:00
Shell.php Remove terminating line breaks from debug messages 2020-06-03 12:01:16 +10:00