Skip to content

Commit

Permalink
add seccomp=unconfined security option
Browse files Browse the repository at this point in the history
  • Loading branch information
skysider authored Jun 29, 2023
1 parent 6541ad6 commit 38e1f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
pwn:
container_name: pwn_test
image: skysider/pwndocker
security_opt:
- seccomp:unconfined
cap_add:
- SYS_PTRACE
ports:
Expand Down

0 comments on commit 38e1f27

Please sign in to comment.