feat: add no_new_privileges config for non-root containers

Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/486c681f-f240-4505-9fc9-b143b50348f5

Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-28 18:30:12 +00:00
committed by GitHub
parent 50643afd6a
commit 6471aa815d
5 changed files with 41 additions and 15 deletions

View File

@@ -197,6 +197,9 @@
"read_only": {
"type": "boolean"
},
"no_new_privileges": {
"type": "boolean"
},
"init": {
"type": "boolean"
},