aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/compat/issetugid_win.c5
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 */
18int issetugid(void) 23int issetugid(void)
19{ 24{