dukesoferl / re2

Erlang NIF bindings for RE2 regex library
BSD 3-Clause "New" or "Revised" License
74 stars 28 forks source link

Set less strict permissions on the rebar executable #22

Closed cdegroot closed 7 years ago

cdegroot commented 7 years ago

This mode 0700 makes Travis sad in our build environment, where the getrebar may be executed inside a build container and somehow that permission makes a subsequent docker build command fail with Error checking context: 'no permission to read from '/home/travis/build/PagerDuty/event-rule-engine/deps/re2/support/rebar''..

I think that mode 0700 offers no security here and 0755 should prevent such little issues.

ghost commented 7 years ago

Thanks, merged and released 1.7.6.