ZhangJian He created ZOOKEEPER-4826:
---------------------------------------

             Summary: Reduce unnecessary executable permissions on files
                 Key: ZOOKEEPER-4826
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4826
             Project: ZooKeeper
          Issue Type: Improvement
            Reporter: ZhangJian He


***Summary:*** 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. ***Details:*** Several non-executable files 
(not including scripts or executable binaries) are currently set with 
executable permissions. This is generally unnecessary and can lead to potential 
security concerns. This patch will adjust these permissions to a more 
appropriate setting (644), which is sufficient for reading and writing 
operations but does not allow execution.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to