diff --git a/features/usbip-dkms/devcontainer-feature.json b/features/usbip-dkms/devcontainer-feature.json index 537ce78..61bcd00 100644 --- a/features/usbip-dkms/devcontainer-feature.json +++ b/features/usbip-dkms/devcontainer-feature.json @@ -8,6 +8,9 @@ "ghcr.io/devcontainers/features/common-utils" ], + "capAdd": [ "SYS_MODULE" ], + "securityOpt": [ "seccomp=unconfined" ], + "options": { "kernelVersion": { "type": "string",