Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Jan 31, 2024
1 parent 276a867 commit bad5576
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions playwright/seccomp_profile.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"comment": "Allow create user namespaces (recommended by https://playwright.dev/docs/docker#crawling-and-scraping for rootless use of the Playwright Docker image)",
"names": [
"clone",
"setns",
"unshare"
],
"names": ["clone", "setns", "unshare"],
"action": "SCMP_ACT_ALLOW",
"args": [],
"includes": {},
Expand Down

0 comments on commit bad5576

Please sign in to comment.