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
visudo
Hello!
Would it be possible to check the following syntax and intercept it?:
ALL ALL=(ALL) !ALL
I am thinking of a condition something this:
if(<command> == "!ALL" && <username_euid> == 0) { printf("%s", "Not a syntax error, but do not lock yourself out!"); <sudo_not_save_file> }
A few sentences for insults`:
Having su or other alternatives as backup should be considered as a workaround solution.
su
-Ramon
PS: This emerged from the Gentoo User mailing list discussion: [gentoo-user] Update to /etc/sudoers disables wheel users!!!. Word pun intended. 😄
Gentoo User mailing list
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Would it be possible to check the following syntax and intercept it?:
ALL ALL=(ALL) !ALL
I am thinking of a condition something this:
A few sentences for insults`:
Having
su
or other alternatives as backup should be considered as a workaround solution.-Ramon
PS: This emerged from the
Gentoo User mailing list
discussion: [gentoo-user] Update to /etc/sudoers disables wheel users!!!. Word pun intended. 😄The text was updated successfully, but these errors were encountered: