Add no_new_privs to OpenRC service files

This commit is contained in:
Haelwenn (lanodan) Monnier 2023-06-13 12:45:18 +02:00 committed by Norm
parent 33e7ae7637
commit 166ddebdbc
Signed by untrusted user: norm
GPG Key ID: 41288320096BE045
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ pidfile="/var/run/akkoma.pid"
directory=/opt/akkoma
healthcheck_delay=60
healthcheck_timer=30
no_new_privs="yes"
: ${akkoma_port:-4000}

View File

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