Skip to content

Commit

Permalink
Filter everything including values (not exactly correct, but safer)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Apr 22, 2024
1 parent b6e93a8 commit 8b5a012
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/mounter/geesefs.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ func (geesefs *geesefsMounter) Mount(target, volumeID string) error {
}
if key == "log-file" || key == "shared-config" || key == "cache" {
// Skip options accessing local FS
if e < 0 {
i++
}
} else if key != "" {
args = append(args, opt)
}
Expand Down

0 comments on commit 8b5a012

Please sign in to comment.