Skip to content

Commit

Permalink
distro-tester: allow SYS_PTRACE so TRC-3 can run
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldtinoco committed May 19, 2022
1 parent 746b9fa commit 6057adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/distro-tester/files/qemu-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ while true; do
fi
done

docker run --rm aquasec/tracee-tester $testname > /dev/null 2>&1
docker run --cap-add=SYS_PTRACE --rm aquasec/tracee-tester $testname > /dev/null 2>&1

# so event can be processed

Expand Down

0 comments on commit 6057adc

Please sign in to comment.