Skip to content

Commit

Permalink
mask does not use ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
ruspaul013 committed Sep 17, 2024
1 parent cb1e1be commit bc3f877
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -1573,10 +1573,6 @@ func parseSecurityOpt(securityOpt []string, createOpts *api.SpecGenerator) error
procOptsList := strings.Split(con[1], ",")
createOpts.ContainerSecurityConfig.ProcOpts = procOptsList
case "mask":
if con[1] == "ALL" {
createOpts.ContainerSecurityConfig.Mask = []string{con[1]}
continue
}
maskList := strings.Split(con[1], ":")
createOpts.ContainerSecurityConfig.Mask = maskList
case "unmask":
Expand Down

0 comments on commit bc3f877

Please sign in to comment.