Skip to content

Commit 9d02b36

Browse files
Sven Vogelyadvr
authored andcommitted
packaging: set correct logrotate file permissions for cloudstack-agent (#3347)
Correct the permissions on cloudstack-agent logrotate file (/etc/logrotate.d/).
1 parent 2aa4842 commit 9d02b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/centos7/cloud.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ pip install --upgrade /usr/share/cloudstack-marvin/Marvin-*.tar.gz
514514
%attr(0644,root,root) %{_unitdir}/%{name}-agent.service
515515
%config(noreplace) %{_sysconfdir}/default/%{name}-agent
516516
%attr(0644,root,root) %{_sysconfdir}/profile.d/%{name}-agent-profile.sh
517-
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-agent
517+
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}-agent
518518
%attr(0755,root,root) %{_datadir}/%{name}-common/scripts/network/cisco
519519
%config(noreplace) %{_sysconfdir}/%{name}/agent
520520
%dir %{_localstatedir}/log/%{name}/agent

0 commit comments

Comments
 (0)