Files
sing-box/experimental/boxdd/insecure_mode_path_linux.go
T
2026-07-19 17:35:53 +08:00

10 lines
138 B
Go

//go:build linux
package main
import "path/filepath"
func normalizeRestrictedPath(path string) string {
return filepath.Clean(path)
}