Add no_new_privs to OpenRC service files

This commit is contained in:
Haelwenn (lanodan) Monnier 2023-06-13 12:45:18 +02:00
commit a663b73634
3 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,7 @@ command=/opt/pleroma/bin/pleroma
command_args="start"
command_user=pleroma
command_background=1
no_new_privs="yes"
# Ask process to terminate within 30 seconds, otherwise kill it
retry="SIGTERM/30/SIGKILL/5"