Add ptrace capability
This commit is contained in:
parent
3a70b3dd2c
commit
92dc36f511
1 changed files with 3 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue