Skip to content

Don't ask for password when sudo is allowed#8

Open
marcelopbarros wants to merge 1 commit intohardpixel:masterfrom
marcelopbarros:master
Open

Don't ask for password when sudo is allowed#8
marcelopbarros wants to merge 1 commit intohardpixel:masterfrom
marcelopbarros:master

Conversation

@marcelopbarros
Copy link

Uses sudo -V to guarantee sudo is installed (just to be sure).
Execute sudo -n which will fail if it needs a password.
Execute pkexec otherwise.

Resolves #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't ask for password when the command is allowed by sudo

1 participant