From a62928a46ef9f682acb11648b00b02ed9f50ff16 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 19 Nov 2025 17:38:47 +0900 Subject: [PATCH] Fixed web-service startup error --- env_vars/chrome_dp.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/env_vars/chrome_dp.json b/env_vars/chrome_dp.json index d8bc1ef93..0654bdaaf 100644 --- a/env_vars/chrome_dp.json +++ b/env_vars/chrome_dp.json @@ -1530,6 +1530,16 @@ "name": "writev", "action": "SCMP_ACT_ALLOW", "args": null + }, + { + "name": "statx", + "action": "SCMP_ACT_ALLOW", + "args": null + }, + { + "name": "openat2", + "action": "SCMP_ACT_ALLOW", + "args": null } ] }