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
There is no support for the doas command, which is a secure alternative to sudo.
doas
sudo
opendoas sets the DOAS_USER environment variables (e.g. DOAS_USER="humaid").
DOAS_USER
DOAS_USER="humaid"
An alternate check should be added somewhere here, but the UID has to be fetched.
gokit/os/user/userutil/privileges_linux.go
Line 226 in 27b5c49
The text was updated successfully, but these errors were encountered:
I never heard of doas before, I like the idea of it :)
I installed it on my system. Will investigate, when I get the time, what it would take to support doas.
Sorry, something went wrong.
No branches or pull requests
There is no support for the
doas
command, which is a secure alternative tosudo
.opendoas sets the
DOAS_USER
environment variables (e.g.DOAS_USER="humaid"
).An alternate check should be added somewhere here, but the UID has to be fetched.
gokit/os/user/userutil/privileges_linux.go
Line 226 in 27b5c49
The text was updated successfully, but these errors were encountered: