diff options
| -rw-r--r-- | crypto/compat/issetugid_win.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/compat/issetugid_win.c b/crypto/compat/issetugid_win.c index 7602a9b..d0c598d 100644 --- a/crypto/compat/issetugid_win.c +++ b/crypto/compat/issetugid_win.c | |||
| @@ -14,6 +14,11 @@ | |||
| 14 | * However, it makes sense to stub out initially in 'safe' mode until we | 14 | * However, it makes sense to stub out initially in 'safe' mode until we |
| 15 | * understand more (and determine if any disabled functionality is actually | 15 | * understand more (and determine if any disabled functionality is actually |
| 16 | * useful on Windows anyway). | 16 | * useful on Windows anyway). |
| 17 | * | ||
| 18 | * Future versions of this function that are made more 'open' should thoroughly | ||
| 19 | * consider the case of this code running as a privileged service with saved | ||
| 20 | * user credentials or privilege escalations by other means (e.g. the old | ||
| 21 | * RunAsEx utility.) | ||
| 17 | */ | 22 | */ |
| 18 | int issetugid(void) | 23 | int issetugid(void) |
| 19 | { | 24 | { |
