Skip to content

Instantly share code, notes, and snippets.

View BobJackson's full-sized avatar
seek

王幼松 BobJackson

seek
View GitHub Profile
@BobJackson
BobJackson / chrome.json
Created April 21, 2021 12:49 — forked from briangordon/chrome.json
Jess Frazelle's Google Chrome seccomp profile combined with the default docker profile
{
"defaultAction": "SCMP_ACT_ERRNO",
"syscalls": [
{
"name": "accept",
"action": "SCMP_ACT_ALLOW",
"args": null
},
{
"name": "accept4",