Merge pull request #24299 from coolljt0725/chmod_syscall
Add fchmod and fchmodat to TestRunSeccompProfileDenyChmod Upstream-commit: 8b2597b3fab6efa3a113c29ff98ca70fb1f99730 Component: engine
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
}`
|
||||
|
||||
Reference in New Issue
Block a user