From 8535b0f07d0475c3911d87927806ebb6bb0a6fcd Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 12 Sep 2017 08:00:00 +0800 Subject: [PATCH] Update seccomp.md (#4518) --- engine/security/seccomp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/security/seccomp.md b/engine/security/seccomp.md index 55bdef865e..f5d3e4b43d 100644 --- a/engine/security/seccomp.md +++ b/engine/security/seccomp.md @@ -20,12 +20,12 @@ CONFIG_SECCOMP=y > **Note**: `seccomp` profiles require seccomp 2.2.1 and are only > available starting with Debian 9 "Stretch", Ubuntu 16.04 "Xenial", -> Fedora 22, CentOS 7 and Oracle Linux 7. To use this feature on Ubuntu 14.04, +> Fedora 22, CentOS 7, and Oracle Linux 7. To use this feature on Ubuntu 14.04, > Debian Wheezy, or Debian Jessie, you must download the > [latest static Docker Linux binary](../installation/binaries.md). > This feature is currently *not* available on other distributions. -## Passing a profile for a container +## Pass a profile for a container The default `seccomp` profile provides a sane default for running containers with seccomp and disables around 44 system calls out of 300+. It is moderately