From bad55761c5608baceeb84be075eb65a67b9c2aaa Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 30 Jan 2024 23:49:09 -0500 Subject: [PATCH] Format code --- playwright/seccomp_profile.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/playwright/seccomp_profile.json b/playwright/seccomp_profile.json index e1d16f1b..e3bcd9db 100644 --- a/playwright/seccomp_profile.json +++ b/playwright/seccomp_profile.json @@ -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": {},