Merge pull request #2432 from nextcloud/enh/noid/apparmor-unconfined

add apparmor_unconinfed to containers definition
This commit is contained in:
Simon L 2023-05-01 14:46:55 +02:00 committed by GitHub
commit 77dee8caec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 3 deletions

View file

@ -105,6 +105,9 @@
"pattern": "^/dev/[a-z]+$"
}
},
"apparmor_unconfined": {
"type": "boolean"
},
"volumes": {
"type": "array",
"items": {