Add --seccomp flag to ctr

This enables testing of containers with the default seccomp profile

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2019-08-29 11:07:17 -04:00
parent 86f8be86e1
commit 779701b29c
4 changed files with 34 additions and 2 deletions

View File

@@ -130,6 +130,10 @@ var (
Name: "device",
Usage: "add a device to a container",
},
cli.BoolFlag{
Name: "seccomp",
Usage: "enable the default seccomp profile",
},
}
)