diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index 891a3a4ef..64e287ff6 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ b/.github/workflows/auto-merge-dependabot.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2.4.0 + uses: dependabot/fetch-metadata@v2.5.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Enable auto-merge for Dependabot PRs diff --git a/chrome-seccomp.json b/chrome-seccomp.json index e5b0f2d68..0a39a6c73 100644 --- a/chrome-seccomp.json +++ b/chrome-seccomp.json @@ -826,6 +826,11 @@ "action": "SCMP_ACT_ALLOW", "args": null }, + { + "name": "openat2", + "action": "SCMP_ACT_ALLOW", + "args": null + }, { "name": "pause", "action": "SCMP_ACT_ALLOW", @@ -1341,6 +1346,11 @@ "action": "SCMP_ACT_ALLOW", "args": null }, + { + "name": "statx", + "action": "SCMP_ACT_ALLOW", + "args": null + }, { "name": "symlink", "action": "SCMP_ACT_ALLOW",