shoothzj opened a new pull request, #2157: URL: https://github.com/apache/zookeeper/pull/2157
### 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: - zookeeper-assembly/pom.xml - zookeeper-client/pom.xml - zookeeper-client/zookeeper-client-c/pom.xml - zookeeper-contrib/pom.xml - zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml - zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml - zookeeper-contrib/zookeeper-contrib-rest/pom.xml - zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml - zookeeper-docs/src/main/resources/markdown/images/2pc.jpg - zookeeper-docs/src/main/resources/markdown/images/state_dia.dia - zookeeper-docs/src/main/resources/markdown/images/state_dia.jpg - zookeeper-it/pom.xml - zookeeper-jute/pom.xml - zookeeper-metrics-providers/pom.xml - zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml - zookeeper-recipes/pom.xml - zookeeper-recipes/zookeeper-recipes-election/pom.xml - zookeeper-recipes/zookeeper-recipes-lock/pom.xml - zookeeper-recipes/zookeeper-recipes-queue/pom.xml - zookeeper-server/pom.xml - zookeeper-server/src/main/java/org/apache/zookeeper/ClientCnxnSocketNetty.java -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org