Skip to content

gsudo v1.1.0

Compare
Choose a tag to compare
@gerardog gerardog released this 27 Feb 21:49
· 496 commits to master since this release

Features

  • Improved PowerShell elevation syntax with a wrapper function Invoke-gsudo #39: See the readme. For example:
Get-process SpoolSv | Invoke-gsudo { Stop-Process -Force }
  • Added gsudo !! for PowerShell to elevate the last command. #44 Requires importing gsudoModule.psm1 as explained in the readme
  • Added support for Take Command shell #107

Fixes

  • Fixed Unable to install/uninstall Chocolatey package if gsudo is running #74: Unfortunately, you still need to close gsudo before upgrading to this release, but for the next one you may gsudo choco upgrade gsudo, I promise. (Tip: For now, close all gsudo instances, then gsudo -n -k choco upgrade gsudo)
  • TokenSwith mode: Using a more restrictive security descriptor for process handles, to reduce security exposure and process handle leak.
  • Attached mode: Fixed Ctrl-C handler and redirection.
  • VT mode: Fixed redirection.

Full Changelog: v1.0.2...v1.1.0