Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions chrome-seccomp.json
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,11 @@
"action": "SCMP_ACT_ALLOW",
"args": null
},
{
"name": "openat2",
"action": "SCMP_ACT_ALLOW",
"args": null
},
Comment on lines +829 to +833

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error closing exec fds: get handle to /proc/thread-self/fd: unsafe procfs detected: openat2 fsmount:fscontext:proc/thread-self/fd/: function not implemented

{
"name": "pause",
"action": "SCMP_ACT_ALLOW",
Expand Down Expand Up @@ -1341,6 +1346,11 @@
"action": "SCMP_ACT_ALLOW",
"args": null
},
{
"name": "statx",
"action": "SCMP_ACT_ALLOW",
"args": null
},
{
"name": "symlink",
"action": "SCMP_ACT_ALLOW",
Expand Down
Loading