From 3200c169373162fd81f4d85ef46d90816e090a0a Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Fri, 11 Sep 2015 12:11:24 -0700 Subject: [PATCH] Add all support build tags for runc features Signed-off-by: Michael Crosby --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d8a38fea..7fdf6a7e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,18 @@ sudo make install In order to enable seccomp support you will need to install libseccomp on your platform. If you do not with to build `runc` with seccomp support you can add `BUILDTAGS=""` when running make. +#### Build Tags + +`runc` supports optional build tags for compiling in support for various features. + + +| Build Tag | Feature | Dependency | +|-----------|------------------------------------|-------------| +| seccomp | Syscall filtering | libseccomp | +| selinux | selinux process and mount labeling | | +| apparmor | apparmor profile support | libapparmor | + + ### Using: To run a container, execute `runc start` in the bundle's root directory: