github.com/skanehira/moby@v17.12.1-ce-rc2+incompatible/profiles/seccomp/fixtures/example.json (about) 1 { 2 "defaultAction": "SCMP_ACT_ERRNO", 3 "syscalls": [ 4 { 5 "name": "clone", 6 "action": "SCMP_ACT_ALLOW", 7 "args": [ 8 { 9 "index": 0, 10 "value": 2080505856, 11 "valueTwo": 0, 12 "op": "SCMP_CMP_MASKED_EQ" 13 } 14 ] 15 }, 16 { 17 "name": "open", 18 "action": "SCMP_ACT_ALLOW", 19 "args": [] 20 }, 21 { 22 "name": "close", 23 "action": "SCMP_ACT_ALLOW", 24 "args": [] 25 } 26 ] 27 }