diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e3cb8403e..c300690b4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,8 +2,6 @@ "image": "ghcr.io/citusdata/citus-devcontainer:dev-devcontainer", "runArgs": [ "--cap-add=SYS_PTRACE", - "--security-opt", - "seccomp=unconfined", ], "forwardPorts": [9700], "customizations": {