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:
@@ -130,6 +130,10 @@ var (
|
||||
Name: "device",
|
||||
Usage: "add a device to a container",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "seccomp",
|
||||
Usage: "enable the default seccomp profile",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user