We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting this in the launch counts pane (sudo sudo udo is not a thing):
sudo sudo udo
kernel -> launchd -> fctupdate -> sudo sudo udo(1) -> cscmd(1)
Probably caused by a command line like this (note the space in the parameters):
/usr/bin/sudo /Library/Application Support/Fortinet/FortiClient/bin/cscmd
Either way it's incorrect and we should do correct things instead.
The text was updated successfully, but these errors were encountered:
We now have tests for both spaces in the command called by sudo, and spaces in the path to the command called by sudo, and they all pass.
sudo
Sorry, something went wrong.
No branches or pull requests
I'm getting this in the launch counts pane (
sudo sudo udo
is not a thing):Probably caused by a command line like this (note the space in the parameters):
Either way it's incorrect and we should do correct things instead.
The text was updated successfully, but these errors were encountered: