-
Notifications
You must be signed in to change notification settings - Fork 936
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❗ #1390
base: main
Are you sure you want to change the base?
Doas support❗ #1390
Conversation
This reverts commit 4d19c24.
fi | ||
} | ||
|
||
export -f SUPER |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exported it just to be safe in case the script is nested.
cool thanks, i don't think doing minimal archinstall will include |
closes #1266 |
What are the actual benefits of doas over sudo ? I don't know the project well but I have some doubt. Doas is significantly smaller which is a good thing, but it's also significantly newer which is a bad thing and the community using it isn't that big, theses aren't good indicator towards more security. Is the energy needed to make the change worth it? |
I don't really know, I only created the PR so we could have that option for users preferring doas. |
Pull Request
closes 1266
doas
detection and support for all the scripts.This is a Major change, therefore this should be reviewed and inspect carefully or much better to be handled by the Owner.
USAGE:
source global first then use
SUPER
to either run script commands viadoas || sudo