changeset 1030:76cae27b5d83

Clarify doc of has_high_integrity
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 04 Sep 2014 11:11:36 +0200
parents 6684e5012b7a
children 1f23803e1f83
files common/util.h
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/common/util.h	Thu Sep 04 11:00:55 2014 +0200
+++ b/common/util.h	Thu Sep 04 11:11:36 2014 +0200
@@ -138,12 +138,13 @@
 
 /**@briefu Check the integrity level of the token
   *
-  * Returns true if the token has SECURITY_MANADTORY_HIGH_RID or
-  * SECURITY_MANDATORY_SYSTEM_RID and false otherwise.
+  * Returns true if the token has at least SECURITY_MANADTORY_HIGH_RID or
+  * higher.
   *
   * @param[in] hToken the Token to check
   *
-  * @returns true if the token has at least high integrity.
+  * @returns true if the token has at least high integrity. False on error
+  * or otherwise.
   */
 bool has_high_integrity(HANDLE hToken);
 

http://wald.intevation.org/projects/trustbridge/