blob: 37dfeddc2896a28b4c8cbdf31c1e99ae9eec2dcf [file] [log] [blame]
//go:build !windows
package internal
func HasPrivilegesForSymlink() bool {
return true
}