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

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