Update seccomp.md

This commit is contained in:
Wang Jie 2019-03-25 09:35:26 +08:00 committed by GitHub
parent cb25367101
commit 8a8ea7d666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ The default `seccomp` profile provides a sane default for running containers wit
seccomp and disables around 44 system calls out of 300+. It is moderately
protective while providing wide application compatibility. The default Docker
profile can be found
[here](https://github.com/moby/moby/blob/master/profiles/seccomp/default.json)).
[here](https://github.com/moby/moby/blob/master/profiles/seccomp/default.json).
In effect, the profile is a whitelist which denies access to system calls by
default, then whitelists specific system calls. The profile works by defining a