Signed-off-by: Jessica Frazelle <acidburn@docker.com>
| ... | ... |
@@ -184,6 +184,9 @@ echo 'Optional Features:' |
| 184 | 184 |
check_flags USER_NS |
| 185 | 185 |
} |
| 186 | 186 |
{
|
| 187 |
+ check_flags SECCOMP |
|
| 188 |
+} |
|
| 189 |
+{
|
|
| 187 | 190 |
check_flags MEMCG_KMEM MEMCG_SWAP MEMCG_SWAP_ENABLED |
| 188 | 191 |
if is_set MEMCG_SWAP && ! is_set MEMCG_SWAP_ENABLED; then |
| 189 | 192 |
echo " $(wrap_color '(note that cgroup swap accounting is not enabled in your kernel config, you can enable it by setting boot option "swapaccount=1")' bold black)" |
| ... | ... |
@@ -304,6 +304,7 @@ by having support for them in the kernel or userspace. A few examples include: |
| 304 | 304 |
least the "auplink" utility from aufs-tools) |
| 305 | 305 |
* BTRFS graph driver (requires BTRFS support enabled in the kernel) |
| 306 | 306 |
* ZFS graph driver (requires userspace zfs-utils and a corresponding kernel module) |
| 307 |
+* Libseccomp to allow running seccomp profiles with containers |
|
| 307 | 308 |
|
| 308 | 309 |
## Daemon Init Script |
| 309 | 310 |
|