From ad6ea850753423f317393d93b291c672d058a998 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 Upstream-commit: 8c179348c31392559d95481b47625769a7620a21 Component: engine --- .../engine/integration-cli/docker_cli_run_unix_test.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/engine/integration-cli/docker_cli_run_unix_test.go b/components/engine/integration-cli/docker_cli_run_unix_test.go index 164a51549c..c1995b7ce1 100644 --- a/components/engine/integration-cli/docker_cli_run_unix_test.go +++ b/components/engine/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" } ] }`