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 @@ * However, it makes sense to stub out initially in 'safe' mode until we * understand more (and determine if any disabled functionality is actually * useful on Windows anyway). + * + * Future versions of this function that are made more 'open' should thoroughly + * consider the case of this code running as a privileged service with saved + * user credentials or privilege escalations by other means (e.g. the old + * RunAsEx utility.) */ int issetugid(void) {