Skip to content

Commit

Permalink
RPM: Change owner to root except for /var
Browse files Browse the repository at this point in the history
Closes apache#144
Patch by Sasatani Takenobu; reviewed by Stefan Podkowinski for CASSANDRA-13782
  • Loading branch information
sasayabaku authored and spodkowinski committed Sep 7, 2017
1 parent 5469f21 commit fc38c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redhat/cassandra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ exit 0
%attr(755,root,root) /%{_sysconfdir}/rc.d/init.d/%{username}
%attr(755,root,root) /%{_sysconfdir}/default/%{username}
%attr(755,root,root) /%{_sysconfdir}/security/limits.d/%{username}.conf
%attr(755,%{username},%{username}) /usr/share/%{username}*
%attr(755,%{username},%{username}) %config(noreplace) /%{_sysconfdir}/%{username}
%attr(755,root,root) /usr/share/%{username}*
%attr(755,root,root) %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}*
Expand Down

0 comments on commit fc38c38

Please sign in to comment.