-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Bundler binstubs executables permissions are hardcoded #1618
Comments
|
Sorry for bumping old topic, but I'm still not sure what does 'default permission mode for executables' mean? Specifically, why bundler does not use |
because that would be |
(oops, my bad, wasn't converting it back to octal. sorry.) |
Back to the problem at hand, where is Bundler setting the permissions of anything to 0755? I only see |
it does so here: It doesn't really work well for me, as our app can be deployed by several devs with separate system accounts within one group, so it is group permissions what matters most. |
Oh, I see. Yes, I agree that On Jan 2, 2014, at 2:29 PM, v-yarotsky notifications@github.com wrote:
|
Cool, I'll open a pull request for that. Cheers! :) |
Hi people,
We have noticed that the bundler binstubs executables permissions seem to be hardcoded (0755) if I am reading the source right. Was there some deeper security issue here? Our FreeBSD operations team would like to be able to influence the group permissions at least (ie. making the directory and files group-writeable for example) - perhaps a commandline or config option in ~/.bundler/config ?
parameme
The text was updated successfully, but these errors were encountered: