1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2024-12-19 01:21:09 +03:00
Commit graph

6 commits

Author SHA1 Message Date
Jörg Behrmann
b9924df264
Change dpkg-statoverride to use --force-statoverride-add ()
The --force flag of dpkg-statoverride has been deprecated (apparently starting
with the dpkg version in Debian buster). It offers --force-all as q quick fix,
but the usage in the Debian postinst script is probably covered by
--force-statoverride-add.

Fixes: 

Signed-off-by: Jörg Behrmann <behrmann@physik.fu-berlin.de>
2022-08-31 11:15:28 +01:00
Jörg Behrmann
978666a088
Debian packaging: explicitly allocate a group for the system user ()
Otherwise the files of the synapse user are readable by the nobody user, which
is unsafe.

Signed-off-by: Jörg Behrmann <behrmann@physik.fu-berlin.de>
2022-08-25 16:56:55 +00:00
Andrew Morgan
6faaf76a32
Remove 'anonymised' from the phone home stats documentation () 2022-07-19 12:38:29 +00:00
Dan Callahan
bab2bc844c
Fix Shellcheck SC1091: Can't follow file
Not following: (error message here)

https://github.com/koalaman/shellcheck/wiki/SC1091

Signed-off-by: Dan Callahan <danc@element.io>
2021-10-22 23:08:54 +01:00
Richard van der Hoff
0969d688e3
Debian: fix overwriting of config settings on upgrade ()
Make sure that users' changes to the config files are preserved.

Fixes .
2019-02-22 15:02:39 +00:00
Richard van der Hoff
1a6d5bfa08 Debian packaging via dh_virtualenv () 2018-12-20 11:33:29 +00:00
Renamed from debian/postinst (Browse further)