mirror of https://github.com/docker/docs.git
Add fchmod and fchmodat to TestRunSeccompProfileDenyChmod
Signed-off-by: Lei Jitang <leijitang@huawei.com> (cherry picked from commit 8c179348c31392559d95481b47625769a7620a21) Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
8b72a21977
commit
a8bd5c65cc
|
@ -955,6 +955,14 @@ func (s *DockerSuite) TestRunSeccompProfileDenyChmod(c *check.C) {
|
||||||
{
|
{
|
||||||
"name": "chmod",
|
"name": "chmod",
|
||||||
"action": "SCMP_ACT_ERRNO"
|
"action": "SCMP_ACT_ERRNO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"fchmod",
|
||||||
|
"action": "SCMP_ACT_ERRNO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fchmodat",
|
||||||
|
"action":"SCMP_ACT_ERRNO"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}`
|
}`
|
||||||
|
|
Loading…
Reference in New Issue