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 } ] }