mirror of
https://github.com/h7x4/usbip-dkms-devcontainer-feature.git
synced 2025-06-24 15:33:41 +02:00
Enable SYS_MODULE capability and disable seccomp
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user