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
doas
not installed setuid
When invoking any command as doas, it fails with:
$ doas echo doas: not installed setuid
The issue seems to be related to running make install steps with sudo permissions, see: doas#31, doas#60, doas#61
make install
sudo
Any fixes would preferably be combined under #87
We need to fix it to add it to homebrew-core in doas 6.3p12 (new formula)
The text was updated successfully, but these errors were encountered:
doas: not installed setuid
0risc
No branches or pull requests
When invoking any command as
doas
, it fails with:The issue seems to be related to running
make install
steps withsudo
permissions, see: doas#31, doas#60, doas#61Any fixes would preferably be combined under #87
We need to fix it to add it to homebrew-core in doas 6.3p12 (new formula)
The text was updated successfully, but these errors were encountered: