Skip to content

Commit

Permalink
Add pthread_create to seccomp
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Nov 2, 2023
1 parent 85c166c commit a5aca6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/target-chrome-docker/src/docker-seccomp.json
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,11 @@
"action": "SCMP_ACT_ALLOW",
"args": null
},
{
"name": "pthread_create",
"action": "SCMP_ACT_ALLOW",
"args": null
},
{
"name": "pwrite64",
"action": "SCMP_ACT_ALLOW",
Expand Down

0 comments on commit a5aca6b

Please sign in to comment.