aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-29 18:21:58 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-29 18:21:58 -0500
commita07e33702049d63adb06271e4d15412685b44085 (patch)
treee4aea624b90ae03e3a25f2de36a753c627e4e18f
parentaf705b3f7d92d6f2d08d6df00c54504ece53e4f1 (diff)
downloadportable-a07e33702049d63adb06271e4d15412685b44085.tar.gz
portable-a07e33702049d63adb06271e4d15412685b44085.tar.bz2
portable-a07e33702049d63adb06271e4d15412685b44085.zip
include comment on windows services
-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{