Browse Source
Add ReadWritePaths directive to service files (#17178)
* Update mastodon-web.service
* Update mastodon-streaming.service
* Update mastodon-sidekiq.service
closed-social-glitch-2
Lerk
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
0 deletions
-
dist/mastodon-sidekiq.service
-
dist/mastodon-streaming.service
-
dist/mastodon-web.service
|
|
@ -47,6 +47,7 @@ SystemCallFilter=~@cpu-emulation @debug @keyring @ipc @mount @obsolete @privileg |
|
|
|
SystemCallFilter=@chown |
|
|
|
SystemCallFilter=pipe |
|
|
|
SystemCallFilter=pipe2 |
|
|
|
ReadWritePaths=/home/mastodon/live |
|
|
|
|
|
|
|
[Install] |
|
|
|
WantedBy=multi-user.target |
|
|
@ -45,6 +45,7 @@ SystemCallArchitectures=native |
|
|
|
SystemCallFilter=~@cpu-emulation @debug @keyring @ipc @memlock @mount @obsolete @privileged @resources @setuid |
|
|
|
SystemCallFilter=pipe |
|
|
|
SystemCallFilter=pipe2 |
|
|
|
ReadWritePaths=/home/mastodon/live |
|
|
|
|
|
|
|
[Install] |
|
|
|
WantedBy=multi-user.target |
|
|
@ -47,6 +47,7 @@ SystemCallFilter=~@cpu-emulation @debug @keyring @ipc @mount @obsolete @privileg |
|
|
|
SystemCallFilter=@chown |
|
|
|
SystemCallFilter=pipe |
|
|
|
SystemCallFilter=pipe2 |
|
|
|
ReadWritePaths=/home/mastodon/live |
|
|
|
|
|
|
|
[Install] |
|
|
|
WantedBy=multi-user.target |