Skip to content

Commit

Permalink
Merge pull request #352 from floh96/patch-1
Browse files Browse the repository at this point in the history
Microsoft sudo source code was published
  • Loading branch information
gerardog authored May 23, 2024
2 parents 3dea923 + c6a3232 commit b3300bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/gsudo-vs-sudo.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Surprisingly, Microsoft's sudo does not leverage new OS features to enhance secu
| Supports input redirection (`echo md SomeFolder | 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) |
| Source code available | [Yes](https://github.com/gerardog/gsudo) | [Yes](https://github.com/microsoft/sudo) |

### Security Impersonation Features

Expand Down

0 comments on commit b3300bd

Please sign in to comment.