Skip to content
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

feat: bluefin-cli enable sudo/chown linuxbrew #763

Merged
merged 1 commit into from
Dec 31, 2023

Commits on Dec 31, 2023

  1. feat: bluefin-cli enable sudo/chown linuxbrew

    Enables sudo in the bluefin-cli.  It also chowns the linuxbrew files to UID 1000. This makes the assumption that the user has UID 1000.
    
    For whatever reason, the groups are not generated correctly for the user so we cannot reuse adm/wheel. The only valid group for the user is their own. Since most users are user 1000, we can assume this is the case. If they are not, they will have to use the su-exec method that already exists to change /etc/sudoers and chown linuxbrew.
    m2Giles committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    85903fc View commit details
    Browse the repository at this point in the history