diff options
| author | yalh76 <yalh@yahoo.com> | 2022-01-22 20:57:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-22 20:57:41 +0100 |
| commit | ad9de6f7b8776abc0b0c2f0b787d551986a09ddd (patch) | |
| tree | b0f6cbc098fb7752069cf005844315429d3eefa6 | |
| parent | 627e5ebe5817db0f32a0b24119c9bbde39692b42 (diff) | |
| parent | 22bb59507607cbab24dfe148815d10a00583916f (diff) | |
| download | mastodon_ynh-ad9de6f7b8776abc0b0c2f0b787d551986a09ddd.tar.gz mastodon_ynh-ad9de6f7b8776abc0b0c2f0b787d551986a09ddd.tar.bz2 mastodon_ynh-ad9de6f7b8776abc0b0c2f0b787d551986a09ddd.zip | |
Merge pull request #297 from Tagadda/master
Fix federation
| -rw-r--r-- | conf/mastodon-sidekiq.service | 2 | ||||
| -rw-r--r-- | conf/mastodon-streaming.service | 2 | ||||
| -rw-r--r-- | conf/mastodon-web.service | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/mastodon-sidekiq.service b/conf/mastodon-sidekiq.service index 7fe2cc9..f91b7b9 100644 --- a/conf/mastodon-sidekiq.service +++ b/conf/mastodon-sidekiq.service @@ -21,7 +21,7 @@ StandardError=syslog NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes DevicePolicy=closed diff --git a/conf/mastodon-streaming.service b/conf/mastodon-streaming.service index 19dd472..4122b02 100644 --- a/conf/mastodon-streaming.service +++ b/conf/mastodon-streaming.service @@ -22,7 +22,7 @@ StandardError=syslog NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes DevicePolicy=closed diff --git a/conf/mastodon-web.service b/conf/mastodon-web.service index 3285e76..24ab72a 100644 --- a/conf/mastodon-web.service +++ b/conf/mastodon-web.service @@ -21,7 +21,7 @@ StandardError=syslog NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes DevicePolicy=closed |
