| 15 | ) |
| 16 | |
| 17 | type ClassifierResult struct { |
| 18 | CommandClass CommandClass |
| 19 | SafeCommand string |
| 20 | Reason string |
| 21 | } |
| 22 | |
| 23 | var privilegePrefixes = map[string]struct{}{ |
| 24 | "sudo": {}, "doas": {}, "pkexec": {}, |
nothing calls this directly
no outgoing calls
no test coverage detected