juniorcastro0152-hub commented on PR #2157: URL: https://github.com/apache/zookeeper/pull/2157#issuecomment-4035093102
zookeeper-client/pom.xml > ### 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](https://issues.apache.org/jira/browse/ZOOKEEPER-assembly)/pom.xml > * [zookeeper-client](https://issues.apache.org/jira/browse/ZOOKEEPER-client)/pom.xml > * [zookeeper-client](https://issues.apache.org/jira/browse/ZOOKEEPER-client)/[zookeeper-client-c](https://issues.apache.org/jira/browse/ZOOKEEPER-client-c)/pom.xml > * [zookeeper-contrib](https://issues.apache.org/jira/browse/ZOOKEEPER-contrib)/pom.xml > * [zookeeper-contrib](https://issues.apache.org/jira/browse/ZOOKEEPER-contrib)/[zookeeper-contrib-fatjar](https://issues.apache.org/jira/browse/ZOOKEEPER-contrib-fatjar)/pom.xml > * [zookeeper-contrib](https://issues.apache.org/jira/browse/ZOOKEEPER-contrib)/[zookeeper-contrib-loggraph](https://issues.apache.org/jira/browse/ZOOKEEPER-contrib-loggraph)/pom.xml > * [zookeeper-contrib](https://issues.apache.org/jira/browse/ZOOKEEPER-contrib)/[zookeeper-contrib-rest](https://issues.apache.org/jira/browse/ZOOKEEPER-contrib-rest)/pom.xml > * [zookeeper-contrib](https://issues.apache.org/jira/browse/ZOOKEEPER-contrib)/[zookeeper-contrib-zooinspector](https://issues.apache.org/jira/browse/ZOOKEEPER-contrib-zooinspector)/pom.xml > * [zookeeper-docs](https://issues.apache.org/jira/browse/ZOOKEEPER-docs)/src/main/resources/markdown/images/2pc.jpg > * [zookeeper-docs](https://issues.apache.org/jira/browse/ZOOKEEPER-docs)/src/main/resources/markdown/images/state_dia.dia > * [zookeeper-docs](https://issues.apache.org/jira/browse/ZOOKEEPER-docs)/src/main/resources/markdown/images/state_dia.jpg > * [zookeeper-it](https://issues.apache.org/jira/browse/ZOOKEEPER-it)/pom.xml > * [zookeeper-jute](https://issues.apache.org/jira/browse/ZOOKEEPER-jute)/pom.xml > * [zookeeper-metrics-providers](https://issues.apache.org/jira/browse/ZOOKEEPER-metrics-providers)/pom.xml > * [zookeeper-metrics-providers](https://issues.apache.org/jira/browse/ZOOKEEPER-metrics-providers)/[zookeeper-prometheus-metrics](https://issues.apache.org/jira/browse/ZOOKEEPER-prometheus-metrics)/pom.xml > * [zookeeper-recipes](https://issues.apache.org/jira/browse/ZOOKEEPER-recipes)/pom.xml > * [zookeeper-recipes](https://issues.apache.org/jira/browse/ZOOKEEPER-recipes)/[zookeeper-recipes-election](https://issues.apache.org/jira/browse/ZOOKEEPER-recipes-election)/pom.xml > * [zookeeper-recipes](https://issues.apache.org/jira/browse/ZOOKEEPER-recipes)/[zookeeper-recipes-lock](https://issues.apache.org/jira/browse/ZOOKEEPER-recipes-lock)/pom.xml > * [zookeeper-recipes](https://issues.apache.org/jira/browse/ZOOKEEPER-recipes)/[zookeeper-recipes-queue](https://issues.apache.org/jira/browse/ZOOKEEPER-recipes-queue)/pom.xml > * [zookeeper-server](https://issues.apache.org/jira/browse/ZOOKEEPER-server)/pom.xml > * [zookeeper-server](https://issues.apache.org/jira/browse/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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
