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..55da1c231198a5f5633b7c8d52178366d929da24 100644 |
--- a/sandbox/win/src/restricted_token_utils.h |
+++ b/sandbox/win/src/restricted_token_utils.h |
@@ -78,6 +78,10 @@ DWORD SetTokenIntegrityLevel(HANDLE token, IntegrityLevel integrity_level); |
// current integrity level, the function will fail. |
DWORD SetProcessIntegrityLevel(IntegrityLevel integrity_level); |
+// Returns the integrity level SDDL string associated with a given |
+// IntegrityLevel value. |
+const wchar_t* GetIntegrityLevelString(IntegrityLevel integrity_level); |
rvargas (doing something else)
2014/06/13 19:46:11
nit: this should go at line 76
jschuh
2014/06/13 22:29:36
Done.
|
+ |
} // namespace sandbox |
#endif // SANDBOX_SRC_RESTRICTED_TOKEN_UTILS_H__ |