This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 80d94245be9806f1e8ae0ab3c6d4d4d6898383f8 Author: Brandon Williams <[email protected]> AuthorDate: Thu Mar 31 09:33:59 2022 -0500 set perms on data/logs to 750 in redhat packaging Patch by brandonwilliams; reivewed by bereng for CASSANDRA-17470 --- redhat/cassandra.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/redhat/cassandra.spec b/redhat/cassandra.spec index a3abaa6ece..8c04fdb4cf 100644 --- a/redhat/cassandra.spec +++ b/redhat/cassandra.spec @@ -161,9 +161,9 @@ exit 0 %{_sysconfdir}/security/limits.d/%{username}.conf /usr/share/%{username}* %config(noreplace) /%{_sysconfdir}/%{username} -%attr(755,%{username},%{username}) %config(noreplace) /var/lib/%{username}/* -%attr(755,%{username},%{username}) /var/log/%{username}* -%attr(755,%{username},%{username}) /var/run/%{username}* +%attr(750,%{username},%{username}) %config(noreplace) /var/lib/%{username}/* +%attr(750,%{username},%{username}) /var/log/%{username}* +%attr(750,%{username},%{username}) /var/run/%{username}* %{python_sitelib}/cqlshlib/ %{python_sitelib}/cassandra_pylib*.egg-info --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
