Skip to content

Commit

Permalink
Dockerfiles/test_suite: some tests need SYS_PTRACE capability when ra…
Browse files Browse the repository at this point in the history
…n in podman
  • Loading branch information
matusmarhefka committed Jul 16, 2021
1 parent 285eb9e commit 86e527e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/test_suite
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Example how to build it and run it:
# podman build -t oscap_test_suite -f Dockerfiles/test_suite
# podman run -e PR=ID --name pr_test oscap_test_suite
# podman run --cap-add=SYS_PTRACE -e PR=ID --name pr_test oscap_test_suite
#
# where ID in the $PR environment variable is the pull request (PR) ID,
# if ID would not be set (-e option omitted) tests will be run from the
Expand Down

0 comments on commit 86e527e

Please sign in to comment.