Ver Fonte

Merge pull request #234 from thaJeztah/19.03_backport_update_seccomp_test_for_aarch64

[19.03 backport] Update TestRunWithDaemonDefaultSeccompProfile for ARM64
Sebastiaan van Stijn há 6 anos atrás
pai
commit
8dd7bd9981
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      integration-cli/docker_cli_run_unix_test.go

+ 4 - 0
integration-cli/docker_cli_run_unix_test.go

@@ -1544,6 +1544,10 @@ func (s *DockerDaemonSuite) TestRunWithDaemonDefaultSeccompProfile(c *check.C) {
 		{
 			"name": "chmod",
 			"action": "SCMP_ACT_ERRNO"
+		},
+		{
+			"name": "fchmodat",
+			"action": "SCMP_ACT_ERRNO"
 		}
 	]
 }`