From bfb7e82f4d3a133b99011dffc7021c637231b00e Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Wed, 18 Nov 2015 01:42:12 -0800 Subject: [PATCH] update packagers.md and kernel config check Signed-off-by: Jessica Frazelle Upstream-commit: cde9e8bc83182f0d100c4eda6acb5d4cbc995aac Component: engine --- components/engine/contrib/check-config.sh | 3 +++ components/engine/project/PACKAGERS.md | 1 + 2 files changed, 4 insertions(+) diff --git a/components/engine/contrib/check-config.sh b/components/engine/contrib/check-config.sh index 55ce8266e0..e8c7211799 100755 --- a/components/engine/contrib/check-config.sh +++ b/components/engine/contrib/check-config.sh @@ -183,6 +183,9 @@ echo 'Optional Features:' { check_flags USER_NS } +{ + check_flags SECCOMP +} { check_flags MEMCG_KMEM MEMCG_SWAP MEMCG_SWAP_ENABLED if is_set MEMCG_SWAP && ! is_set MEMCG_SWAP_ENABLED; then diff --git a/components/engine/project/PACKAGERS.md b/components/engine/project/PACKAGERS.md index ec98a68675..d24786f5db 100644 --- a/components/engine/project/PACKAGERS.md +++ b/components/engine/project/PACKAGERS.md @@ -304,6 +304,7 @@ by having support for them in the kernel or userspace. A few examples include: least the "auplink" utility from aufs-tools) * BTRFS graph driver (requires BTRFS support enabled in the kernel) * ZFS graph driver (requires userspace zfs-utils and a corresponding kernel module) +* Libseccomp to allow running seccomp profiles with containers ## Daemon Init Script