in cmd/seccomp-profiler/main.go [52:58]
func (s *stringSlice) Set(value string) error { list := strings.FieldsFunc(value, func(r rune) bool { return unicode.IsSpace(r) || r == ',' || r == ';' }) *s = append(*s, list...) return nil }