Browse Source

have the configdir be owned by wwwuser

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 5 days ago
parent
commit
b92daff877
  1. 4
      SPECS/icingaweb2.spec

4
SPECS/icingaweb2.spec

@ -174,8 +174,8 @@ exit 0
%dir %{basedir}/library/vendor %dir %{basedir}/library/vendor
%dir %{basedir}/modules %dir %{basedir}/modules
#%{basedir}/application/locale #%{basedir}/application/locale
%attr(2770,root,%{icingawebgroup}) %config(noreplace) %dir %{configdir} %attr(2770,%{wwwuser},%{icingawebgroup}) %config(noreplace) %dir %{configdir}
%attr(2770,root,%{icingawebgroup}) %config(noreplace) %dir %{configdir}/modules %attr(2770,%{wwwuser},%{icingawebgroup}) %config(noreplace) %dir %{configdir}/modules




%files -n php-icinga %files -n php-icinga

Loading…
Cancel
Save