Merge pull request #24299 from coolljt0725/chmod_syscall

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

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