synapse user should own its configuration directory (rhbz 1662672)

This commit is contained in:
Jeremy Cline 2019-01-24 15:52:01 +01:00
parent 62c41d5c76
commit 6d6bb2169c
No known key found for this signature in database
GPG key ID: 9223308FA9B246DB

View file

@ -4,7 +4,7 @@
Name: matrix-%{srcname} Name: matrix-%{srcname}
Version: 0.34.0.1 Version: 0.34.0.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: A Matrix reference homeserver written in Python using Twisted Summary: A Matrix reference homeserver written in Python using Twisted
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/matrix-org/%{srcname} URL: https://github.com/matrix-org/%{srcname}
@ -108,17 +108,20 @@ exit 0
%files %files
%license LICENSE %license LICENSE
%doc *.rst %doc *.rst
%dir %{_sysconfdir}/synapse
%config(noreplace) %{_sysconfdir}/synapse/*
%config(noreplace) %{_sysconfdir}/sysconfig/synapse %config(noreplace) %{_sysconfdir}/sysconfig/synapse
%{python3_sitelib}/synapse/ %{python3_sitelib}/synapse/
%{python3_sitelib}/matrix_synapse*.egg-info/ %{python3_sitelib}/matrix_synapse*.egg-info/
%{_bindir}/* %{_bindir}/*
%{_unitdir}/synapse.service %{_unitdir}/synapse.service
%attr(755,synapse,synapse) %dir %{_sharedstatedir}/synapse %attr(755,synapse,synapse) %dir %{_sharedstatedir}/synapse
%attr(755,synapse,synapse) %dir %{_sysconfdir}/synapse
%attr(644,synapse,synapse) %config(noreplace) %{_sysconfdir}/synapse/*
%changelog %changelog
* Thu Jan 24 2019 Jeremy Cline <jeremy@jcline.org> - 0.34.0.1-2
- synapse user should own its configuration directory (rhbz 1662672)
* Fri Jan 11 2019 Jeremy Cline <jeremy@jcline.org> - 0.34.0.1-1 * Fri Jan 11 2019 Jeremy Cline <jeremy@jcline.org> - 0.34.0.1-1
- Update to v0.34.0.1, fixes CVE-2019-5885 - Update to v0.34.0.1, fixes CVE-2019-5885