include comment on windows services

This commit is contained in:
Brent Cook 2014-07-29 18:21:58 -05:00
parent af705b3f7d
commit a07e337020

View File

@ -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)
{