--- rpms/smeserver-gitweb/contribs9/smeserver-gitweb.spec 2016/06/22 17:08:05 1.10 +++ rpms/smeserver-gitweb/contribs9/smeserver-gitweb.spec 2016/06/22 17:15:32 1.11 @@ -35,6 +35,7 @@ HTTP access to https://git.host.com prov * Wed Jun 22 2016 Jean-Philipe Pialasse 1.1.0-7.sme - fix 500 error after auth on remote access [SME: 9614] - check all trusted networks [SME: 9578] +- fix git db readable by everybody [SME: 9615] * Sat Jun 11 2016 Jean-Philipe Pialasse 1.1.0-6.sme - fix auth from remote IP [SME: 9202] @@ -102,7 +103,8 @@ rm -rf $RPM_BUILD_ROOT %post echo "Ensuring git database is accessible to GitWeb ..." touch /home/e-smith/db/git -chmod 644 /home/e-smith/db/git +chmod 640 /home/e-smith/db/git +chown root:www /home/e-smith/db/git echo "Expanding gitweb.conf template ..." /sbin/e-smith/expand-template /etc/gitweb.conf echo "Expanding GitWeb home page text template ..."