* Get excluded commands (commands that should not be sandboxed)
()
| 694 | * Get excluded commands (commands that should not be sandboxed) |
| 695 | */ |
| 696 | function getExcludedCommands(): string[] { |
| 697 | const settings = getSettings_DEPRECATED() |
| 698 | return settings?.sandbox?.excludedCommands ?? [] |
| 699 | } |
| 700 | |
| 701 | /** |
| 702 | * Wrap command with sandbox, optionally specifying the shell to use |
nothing calls this directly
no outgoing calls
no test coverage detected