8 lines
195 B
Go
8 lines
195 B
Go
package permission
|
|
|
|
import "reasonix/internal/shellsafe"
|
|
|
|
func normalizeBashSafeRedirectsForMatch(subject string) (string, bool) {
|
|
return shellsafe.NormalizeBashSafeRedirectsForMatch(subject)
|
|
}
|