-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Support for doas in addition to (instead of) sudo #3534
Comments
Did you try using a sudoers file that will allow you do sudo without password? E.g.
|
@thallgren I'm sorry, but I'm a bit confused by your suggestion =\ sudoers file is used by
It's not possible to work around it with a simple
The problem boils down to a hard
ps. I'm also a |
@ejiek I misunderstood the problem. Thought it was about the password prompt. This looks like a good candidate for a PR contribution that makes the command configurable from config.yml. Would you be interested in trying that? |
@thallgren it absolutely fine & thanks for the suggestion =] Going to try if it even works by just hardcoding |
Good news, swapping |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment, or this will be closed in 7 days. |
This will not be implemented, because |
Please describe your use case / problem.
I'm really like telepresence and its features. I'm using it all the time. But, sadly, I can connect with one line only on MacOS machine. Because on my primary Linux machine I'm using doas instead of sudo. Thus, to run telepresence as I do on MacOS, I have to run daemon-foreground and only after that - telepresence connect:
And only after that I can connect
Looks like some workarounds for me.
I even tried to make symlink from
doas
tosudo
. However, it did not work, I suppose, because there is no option--non-interactive
in doas. Only-n
which does the same.Describe the solution you'd like
It could be nice to have a possibility to override privileges escalation tool. For example, by default it could be
sudo
, but in some cases you can override it todoas
.Versions (please complete the following information)
The text was updated successfully, but these errors were encountered: