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
The sample_pet sudoers file shows an example which includes package=sudo and pre=visudo -cf. A file with both of these lines currently cannot work.
sample_pet
package=sudo
pre=visudo -cf
When you try that without sudo installed, pets requires the pre command to pass before agreeing to apply the changes and install sudo.
sudo
pets
pre
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
sample_pet
sudoers file shows an example which includespackage=sudo
andpre=visudo -cf
. A file with both of these lines currently cannot work.When you try that without
sudo
installed,pets
requires thepre
command to pass before agreeing to apply the changes and installsudo
.The text was updated successfully, but these errors were encountered: