Skip to content

Commit 6ab52f9

Browse files
committed
Add note that seccomp 2.2.1 or higher is required
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 1573960 commit 6ab52f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/security/seccomp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ feature to restrict your application's access.
1919
This feature is available only if the kernel is configured with `CONFIG_SECCOMP`
2020
enabled.
2121

22+
> **Note**: On Ubuntu 14.04, Debian Wheezy, and Debian Jessie, you must download
23+
> the [latest static Docker Linux binary](../installation/binaries.md) to use
24+
> seccomp.
25+
2226
## Passing a profile for a container
2327

2428
The default seccomp profile provides a sane default for running containers with

0 commit comments

Comments
 (0)