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

revert ownerships to Debian defaults #12

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

anarcat
Copy link

@anarcat anarcat commented Sep 17, 2024

In the Debian package configuration, configuration files are owned by root. They are also world-readable (which is not ideal), so we keep the "owned by barman group" permission, but remove the "owned by barman user" permission.

In other words, barman shouldn't be able to modify its own configuration files. Just a precaution.

Closes: #11

In the Debian package configuration, configuration files are owned by
root. They are also world-readable (which is not ideal), so we keep
the "owned by barman group" permission, but remove the "owned by
barman user" permission.

In other words, barman shouldn't be able to modify its own
configuration files. Just a precaution.

Closes: deric#11
@deric deric merged commit b11deee into deric:master Sep 18, 2024
7 checks passed
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.

barman shouldn't own its config files
2 participants