You can see more in the section Seccomp Protective Profiles for Docker "(maturity is only available if the kernel is configured with it enabled CONFIG_SECCOMP.)
Supoprt for docker containers will be in docker 1.10: see issue 17142
seccomp .
.
PR 17989 .
seccomp :
{
"defaultAction": "SCMP_ACT_ALLOW",
"syscalls": [
{
"name": "getcwd",
"action": "SCMP_ACT_ERRNO"
}
]
}
( Linux - seccomp):
$ docker run --rm -it --security-ops seccomp:/path/to/container-profile.json jess/i-am-malicious