Merge pull request #24299 from coolljt0725/chmod_syscall
Add fchmod and fchmodat to TestRunSeccompProfileDenyChmod
This commit is contained in:
commit
8b2597b3fa
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}`
|
||||
|
|
Loading…
Add table
Reference in a new issue