From 8b854a28b710210a2d46b31c14db04d146783a96 Mon Sep 17 00:00:00 2001 From: Gerardo Grignoli Date: Thu, 14 Mar 2024 01:19:40 -0300 Subject: [PATCH] Update gsudo-vs-sudo.md --- docs/docs/gsudo-vs-sudo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/gsudo-vs-sudo.md b/docs/docs/gsudo-vs-sudo.md index 8de4f936..a4fc33c5 100644 --- a/docs/docs/gsudo-vs-sudo.md +++ b/docs/docs/gsudo-vs-sudo.md @@ -21,9 +21,9 @@ Surprisingly, Microsoft's sudo does not leverage new OS features to enhance secu | ------- | ------- | ------------------ | | Executes command with elevated permissions | Yes | Yes | | Supports output redirection (`sudo dir > file.txt`) | Yes | Yes | -| Supports input redirection (`echo md folder \| sudo cmd`) | Yes | Yes (fixed in v1.0.0, Windows insider build 26080) | -| Returns the command exit code | Yes | Yes (fixed in v1.0.0, Windows insider build 26080) | -| Preserves the current directory | Yes | [It depends](microsoft/sudo#63) | +| Supports input redirection (`echo md folder \| sudo cmd`) | Yes | Requires v1.0.0 / Windows insider build 26080 | +| Returns the command exit code | Yes | Requires v1.0.0 / Windows insider build 26080 | +| Preserves the current directory | Yes | [It depends](https://github.com/microsoft/sudo/issues/63) | | Source code available | [Yes](https://github.com/gerardog/gsudo) | Not for `sudo.exe`, but [promised](https://github.com/microsoft/sudo/blob/f8f1d05/README.md#contributing) | ### Security Impersonation Features