Releases: alejandroqh/sudo39
Releases · alejandroqh/sudo39
v1.0.2
v1.0.0
Added
sudo_runtool for privilege-elevated command execution via MCP- Platform-specific elevation:
sudo,pkexec,macos_osascript,windows_uac, andautomode - Allowlist-based policy system via
SUDO39_ALLOWED_PROGRAMSenvironment variable - Unsafe mode toggle via
SUDO39_ALLOW_UNSAFEfor unrestricted program access - Runtime policy management tools:
sudo39_policy,sudo39_add_allowed_program,sudo39_remove_allowed_program,sudo39_set_allow_unsafe,sudo39_reload_policy_from_env - Confirmation-phrase workflow for all mutating admin operations
- MCP prompts for generating confirmation phrases (
confirm_add_allowed_program,confirm_remove_allowed_program,confirm_set_allow_unsafe,confirm_reload_policy_from_env) - Configurable per-execution timeout (
SUDO39_TIMEOUT_SECS, default 30s) - Configurable output capture limit (
SUDO39_OUTPUT_LIMIT_BYTES, default 4 KiB) - Askpass helper support via
SUDO39_ASKPASSfor non-interactivesudo -A - Structured audit logging to stderr for all executions and policy changes
- No-password-in-context design: credentials never flow through MCP