Merge pull request #24299 from coolljt0725/chmod_syscall

Add fchmod and fchmodat to TestRunSeccompProfileDenyChmod
Upstream-commit: 8b2597b3fab6efa3a113c29ff98ca70fb1f99730
Component: engine
This commit is contained in:
Antonio Murdaca
2016-07-04 14:38:50 +02:00
committed by GitHub

View File

@ -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"
}
]
}`