From 92dc36f511be6199489624dfaf03b664c9ed9601 Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Sat, 8 Jun 2019 10:48:29 +0100 Subject: [PATCH] Add ptrace capability --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ab81d6c..3ffbc7c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,7 +33,9 @@ stages: - job: 'linux' pool: vmImage: 'ubuntu-16.04' - container: 'puremourning/vimspector:test' + container: + image: 'puremourning/vimspector:test' + options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined steps: - bash: python3 install_gadget.py --all displayName: 'Install gadgets'