From 8c179348c31392559d95481b47625769a7620a21 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Mon, 4 Jul 2016 11:00:35 +0000 Subject: [PATCH] Add fchmod and fchmodat to TestRunSeccompProfileDenyChmod Signed-off-by: Lei Jitang --- integration-cli/docker_cli_run_unix_test.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/integration-cli/docker_cli_run_unix_test.go b/integration-cli/docker_cli_run_unix_test.go index 164a51549c..c1995b7ce1 100644 --- a/integration-cli/docker_cli_run_unix_test.go +++ b/integration-cli/docker_cli_run_unix_test.go @@ -955,6 +955,14 @@ func (s *DockerSuite) TestRunSeccompProfileDenyChmod(c *check.C) { { "name": "chmod", "action": "SCMP_ACT_ERRNO" + }, + { + "name":"fchmod", + "action": "SCMP_ACT_ERRNO" + }, + { + "name": "fchmodat", + "action":"SCMP_ACT_ERRNO" } ] }`