Index: sandbox/win/src/restricted_token_utils.h |
diff --git a/sandbox/win/src/restricted_token_utils.h b/sandbox/win/src/restricted_token_utils.h |
index f2a280a1cb6e45eafe751f153403cb9050b269d4..69462b4da28b8f9ec30626222bddff1cfdebef66 100644 |
--- a/sandbox/win/src/restricted_token_utils.h |
+++ b/sandbox/win/src/restricted_token_utils.h |
@@ -73,6 +73,10 @@ DWORD SetObjectIntegrityLabel(HANDLE handle, SE_OBJECT_TYPE type, |
// than the current integrity level, the function will fail. |
DWORD SetTokenIntegrityLevel(HANDLE token, IntegrityLevel integrity_level); |
+// Returns the integrity level SDDL string associated with a given |
+// IntegrityLevel value. |
+const wchar_t* GetIntegrityLevelString(IntegrityLevel integrity_level); |
+ |
// Sets the integrity level on the current process on Vista. It returns without |
// failing on XP. If the integrity level that you specify is greater than the |
// current integrity level, the function will fail. |