Commit 8b5a0126 authored by Vitaliy Filippov's avatar Vitaliy Filippov
Browse files

Filter everything including values (not exactly correct, but safer)

parent b6e93a85
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)
			}