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

ZOOKEEPER-4826 Reduce unnecessary executable permissions on files #2157

Merged
merged 1 commit into from Apr 30, 2024

Conversation

shoothzj
Copy link
Member

Motivation

This patch aims to modify the permissions of various files within the ZooKeeper repository that currently have executable permissions set (755) but do not require such permissions for their operation. Changing these permissions to 644 enhances security and maintains the consistency of file permissions throughout the project.

Changes

Change those files below from 755 to 644:

@shoothzj shoothzj closed this Apr 28, 2024
@shoothzj shoothzj reopened this Apr 28, 2024
@shoothzj shoothzj closed this Apr 29, 2024
@shoothzj shoothzj reopened this Apr 29, 2024
@shoothzj shoothzj closed this Apr 29, 2024
@shoothzj shoothzj reopened this Apr 29, 2024
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
@shoothzj
Copy link
Member Author

@eolivelli @maoling @tisonkun PTAL :)

Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reasonable change.

Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 good catch

@eolivelli eolivelli merged commit 499d1b0 into apache:master Apr 30, 2024
12 of 13 checks passed
@shoothzj shoothzj deleted the zk-4826 branch April 30, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants