Browse Source

templates/systemd/mastodon: update sandbox mode (#16103)

closed-social-v3
Yurii Izorkin 2 years ago
committed by GitHub
parent
commit
863ae47b51
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      dist/mastodon-sidekiq.service
  2. +1
    -1
      dist/mastodon-streaming.service
  3. +1
    -1
      dist/mastodon-web.service

+ 1
- 1
dist/mastodon-sidekiq.service View File

@ -38,7 +38,7 @@ PrivateMounts=true
ProtectClock=true ProtectClock=true
# System Call Filtering # System Call Filtering
SystemCallArchitectures=native SystemCallArchitectures=native
SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @mount @obsolete @reboot @resources @setuid @swap
SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @mount @obsolete @privileged @raw-io @reboot @resources @setuid @swap
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

+ 1
- 1
dist/mastodon-streaming.service View File

@ -38,7 +38,7 @@ PrivateMounts=true
ProtectClock=true ProtectClock=true
# System Call Filtering # System Call Filtering
SystemCallArchitectures=native SystemCallArchitectures=native
SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @mount @obsolete @reboot @resources @setuid @swap
SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @mount @obsolete @privileged @raw-io @reboot @resources @setuid @swap
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

+ 1
- 1
dist/mastodon-web.service View File

@ -38,7 +38,7 @@ PrivateMounts=true
ProtectClock=true ProtectClock=true
# System Call Filtering # System Call Filtering
SystemCallArchitectures=native SystemCallArchitectures=native
SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @mount @obsolete @reboot @resources @setuid @swap
SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @mount @obsolete @privileged @raw-io @reboot @resources @setuid @swap
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

Loading…
Cancel
Save