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

Introduce rbenv group which has write access to /usr/lib/rbenv #26

Open
FooBarWidget opened this issue Oct 3, 2019 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@FooBarWidget
Copy link
Member

As described in #22, gem install now requires sudo, which changes the workflow for some users. In order to let users maintain a sudo-less workflow, we should introduce an rbenv group and ensure that members of that group can write to files /usr/lib/rbenv. We should also ensure that all files in /usr/lib/rbenv has group rbenv and that the group-sticky bit is turned on, so that any newly created files that aren't managed by the OS package manager (e.g. files created by gem install) will automatically have group rbenv instead of the group of the invoking user.

@FooBarWidget FooBarWidget added enhancement New feature or request good first issue Good for newcomers labels Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant