dotcloud/docker

View on GitHub
oci/fixtures/example.json

Summary

Maintainability
Test Coverage
{
    "defaultAction": "SCMP_ACT_ERRNO",
    "syscalls": [
        {
            "name": "clone",
            "action": "SCMP_ACT_ALLOW",
            "args": [
                {
                    "index": 0,
                    "value": 2080505856,
                    "valueTwo": 0,
                    "op": "SCMP_CMP_MASKED_EQ"
                }
            ]
        },
        {
            "name": "open",
            "action": "SCMP_ACT_ALLOW",
            "args": []
        },
        {
            "name": "close",
            "action": "SCMP_ACT_ALLOW",
            "args": []
        }
    ]
}