Overview
Request 2888 (accepted)
If the file is owned by httpd it needs to be 644 to be readable for the roundcube user.
- Created by mollekopf over 3 years ago
- In state accepted
-
Open review for
Admin
-
Open review for
kolab-developers
iRony.spec
Changed
x
1
2
%config(noreplace) %{_ap_sysconfdir}/conf.d/%{name}.conf
3
%endif
4
%attr(0755,root,%{httpd_group}) %dir %{_sysconfdir}/%{name}
5
-%attr(0640,root,%{httpd_group}) %config(noreplace) %{_sysconfdir}/%{name}/dav.inc.php
6
+%attr(0644,root,%{httpd_group}) %config(noreplace) %{_sysconfdir}/%{name}/dav.inc.php
7
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
8
%{_datadir}/%{name}
9
%attr(0770,%{httpd_user},%{httpd_group}) %{_localstatedir}/cache/%{name}
10
Refresh
Refresh
Login required, please
login
in order to comment
Request History
mollekopf created request over 3 years ago
If the file is owned by httpd it needs to be 644 to be readable for the roundcube user.
mollekopf accepted request over 3 years ago