NoNewPrivileges on most containers. drop all caps on a few others
This commit is contained in:
parent
fb2dd2c723
commit
b3e4af5aca
36 changed files with 80 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ AutoUpdate=registry
|
|||
Environment=PORT=7000
|
||||
Environment=URL=https://b.twitch.synth.download
|
||||
PublishPort=127.0.0.1:43072:7000
|
||||
# Security
|
||||
NoNewPrivileges=true
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ Environment=SAFETWITCH_HTTPS=true
|
|||
Environment=SAFETWITCH_DEFAULT_LOCALE=en
|
||||
Environment=SAFETWITCH_FALLBACK_LOCALE=en
|
||||
PublishPort=127.0.0.1:24682:8280
|
||||
# Security
|
||||
NoNewPrivileges=true
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue