[
https://issues.apache.org/jira/browse/ZOOKEEPER-4826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Enrico Olivelli resolved ZOOKEEPER-4826.
----------------------------------------
Fix Version/s: 3.10.0
(was: 4.0.0)
Resolution: Fixed
> 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
> Priority: Minor
> Labels: pull-request-available
> Fix For: 3.10.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> ***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)