boxdd: Fix linux permission
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build linux
|
||||
|
||||
package main
|
||||
|
||||
import "path/filepath"
|
||||
|
||||
func normalizeRestrictedPath(path string) string {
|
||||
return filepath.Clean(path)
|
||||
}
|
||||
Reference in New Issue
Block a user