package permission import "reasonix/internal/shellsafe" func normalizeBashSafeRedirectsForMatch(subject string) (string, bool) { return shellsafe.NormalizeBashSafeRedirectsForMatch(subject) }