diff --git a/kernel/util/path.go b/kernel/util/path.go index 7cf834497..73373c391 100644 --- a/kernel/util/path.go +++ b/kernel/util/path.go @@ -393,7 +393,6 @@ func IsSensitivePath(p string) bool { winPrefixes := []string{ `c:\windows\system32`, `c:\windows\system`, - `c:\users\`, } for _, wp := range winPrefixes { if strings.HasPrefix(pp, strings.ToLower(wp)) {