Trying to follow good security practices on macOS, using a standard account instead of an admin account.
But you can’t really install anything systemwide (I want to bc multiple users) using homebrew like this unless you run it with sudo and add your user to sudoers file but this is heavily discouraged from what I’ve read bc security.
Should i just use macports or sth or is there a solution with homebrew? Would macports share the same problem?
but then i would need to install everything system-wide. having 2 installations of homebrew for separate users isn’t recommended either. ideally i want to choose which packages i want to install system-wide and which per user.
kinda crazy to me that there isn’t a supported easy way to do this considering homebrew is so popular…
do you know if adding the standard account to sudoers file and explicitly just allowing “brew install” commands instead of “ALL”, would this be ok and acceptable or still be a bad security practice. You would never have to explicitly write “sudo” in “brew install” so idk if this makes it okay or is that still run implicitly…