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

Fix pluginmanager permissions for bin/ scripts #12157

Merged
merged 1 commit into from Jul 9, 2015

Conversation

rmuir
Copy link
Contributor

@rmuir rmuir commented Jul 9, 2015

Today it will remove all permissions and only set execute bit:

---x--x--x

Instead we should preserve existing permissions, and just add
read and execute to whatever is there.

Closes #12142

Today it will remove all permissions and only set execute bit:

    ---x--x--x

Instead we should preserve existing permissions, and just add
read and execute to whatever is there.

Closes elastic#12142
@nik9000
Copy link
Member

nik9000 commented Jul 9, 2015

+1

@jaymode
Copy link
Member

jaymode commented Jul 9, 2015

LGTM

rmuir added a commit that referenced this pull request Jul 9, 2015
Fix pluginmanager permissions for bin/ scripts
@rmuir rmuir merged commit e4b355b into elastic:master Jul 9, 2015
@clintongormley clintongormley added the :Core/Infra/Plugins Plugin API and infrastructure label Jul 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Core/Infra/Plugins Plugin API and infrastructure v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants