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

chore: reduce executable permissions on non-executable files #4290

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

hezhangjian
Copy link
Member

Motivation

This patch aims to modify the permissions of various files within the BookKeeper 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 bk_server.conf standalone.conf from 755 to 644

@hezhangjian
Copy link
Member Author

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

@eolivelli eolivelli merged commit 945cfa1 into apache:master Apr 22, 2024
22 checks passed
@hezhangjian hezhangjian deleted the reduce-unnecessary-permission branch April 22, 2024 05:39
@hangc0276
Copy link
Contributor

We can change the file mode here to prevent the following files from configuring the wrong permissions.

<directory>../../conf</directory>
<outputDirectory>conf</outputDirectory>
</fileSet>

Ghatage pushed a commit to sijie/bookkeeper that referenced this pull request Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants