Files
sing-box-extended-mirror/experimental/boxdd/insecure_mode_path_linux.go
T
2026-08-30 17:41:43 +08:00

10 lines
138 B
Go

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