Enable SYS_MODULE capability and disable seccomp

This commit is contained in:
Oystein Tveit 2023-07-05 16:28:53 +02:00 committed by h7x4
parent 0c993b9f8e
commit aa5df10a3c
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -8,6 +8,9 @@
"ghcr.io/devcontainers/features/common-utils"
],
"capAdd": [ "SYS_MODULE" ],
"securityOpt": [ "seccomp=unconfined" ],
"options": {
"kernelVersion": {
"type": "string",