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
When an authorization layer such as Centrify is configured on a system a custom 'sudo' command can be required for sudo-like access.
We should be able to support this scenario and allow users to specify an alternative sudo command.
The text was updated successfully, but these errors were encountered:
There are 3 pull requests that together implement this ':sudo_command' feature.
Sorry, something went wrong.
This feature has been released in train 0.12 and inspec 0.22 and kitchen-inspec 0.14
inspec exec test.rb --sudo [--sudo_command ...]
No branches or pull requests
Description
When an authorization layer such as Centrify is configured on a system a custom 'sudo' command can be required for sudo-like access.
We should be able to support this scenario and allow users to specify an alternative sudo command.
The text was updated successfully, but these errors were encountered: