Skip to content
New issue

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

doas support #112

Closed
SArpnt opened this issue Dec 28, 2021 · 2 comments
Closed

doas support #112

SArpnt opened this issue Dec 28, 2021 · 2 comments

Comments

@SArpnt
Copy link

SArpnt commented Dec 28, 2021

i prefer to use doas instead of sudo for better security, but since pince tries to use sudo -E (likely more but this is the only error i can see), pince doesn't work with doas, even when sudo is symlinked to doas

it would be nice if sudo wasn't required

@AdverseMiller
Copy link

AdverseMiller commented Dec 29, 2021

You could probably alias "sudo -E" to doas in your .zshrc or .bashrc or something like that, not sure if it would work when the program is issuing the command and not the shell

@korcankaraokcu
Copy link
Owner

Currently it's not necessary to swap sudo with something else as majority of the supported systems still use sudo over its alternatives. You'll have to come up with a local solution since it's your preference, sorry about that

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

No branches or pull requests

3 participants