pub fn is_privilege_tool_available(tool: PrivilegeTool) -> boolExpand description
What: Check whether a specific privilege tool is available on PATH.
Inputs:
tool: The tool to check.
Output:
truewhen the tool binary is executable onPATH.
Details:
- Useful when the caller has a configured preference and wants to verify it.