diff options
| author | Tagadda <36127788+Tagadda@users.noreply.github.com> | 2022-01-22 18:19:10 +0000 |
|---|---|---|
| committer | Tagadda <36127788+Tagadda@users.noreply.github.com> | 2022-01-22 18:19:10 +0000 |
| commit | 22bb59507607cbab24dfe148815d10a00583916f (patch) | |
| tree | b0f6cbc098fb7752069cf005844315429d3eefa6 /conf | |
| parent | 627e5ebe5817db0f32a0b24119c9bbde39692b42 (diff) | |
| download | mastodon_ynh-22bb59507607cbab24dfe148815d10a00583916f.tar.gz mastodon_ynh-22bb59507607cbab24dfe148815d10a00583916f.tar.bz2 mastodon_ynh-22bb59507607cbab24dfe148815d10a00583916f.zip | |
Fix federation
Diffstat (limited to 'conf')
| -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 |
