-
Notifications
You must be signed in to change notification settings - Fork 2
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
Allow password-less sudo for basebox user #103
Comments
This happens (or should only happen) if you modified It is kept so you can easily revert back to defaults, or know what values you changed. |
That is true for all the configuration files that we back up and restore. The file in |
At least according to https://github.com/bisdn/meta-switch/blob/main/scripts/installer/lib/backup.sh#L167 the .default shouldn't be active. |
Currently, we write the line
basebox ALL=(ALL) ALL
into/etc/sudoers.d/basebox
[1].This is not sufficient if we want to use the basebox user with password-less sudo. Even if added the user to the sudo group and gave members of the sudo group password-less sudo, the file specifically for the basebox user would take precedence. Do we want to change the current default in BISDN Linux?
Also, having
basebox
andbasebox.default
lying around in/etc/sudoers.d/
(presumably upgrade artifacts) is confusing; we should consider cleaning that up.[1] https://github.com/bisdn/meta-switch/blob/main/recipes-core/basebox-user/basebox-user.bb
The text was updated successfully, but these errors were encountered: