Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(854)

Unified Diff: sandbox/win/src/app_container.h

Issue 937353002: Adding method to create process using LowBox token in sandbox code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added platform checking Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sandbox/win/src/app_container.h
diff --git a/sandbox/win/src/app_container.h b/sandbox/win/src/app_container.h
index 8125d706fb4addab8d9b43a5db37d723dd9cfaae..a6b2859cfe59766c5347d205e6bbaedfef3ffdfb 100644
--- a/sandbox/win/src/app_container.h
+++ b/sandbox/win/src/app_container.h
@@ -42,6 +42,10 @@ class AppContainerAttributes {
bool HasAppContainer() const;
+ // Returns security capabilities structure, which is populated when you call
+ // SetAppContainer.
+ const SECURITY_CAPABILITIES& GetCapabilities() const;
+
private:
SECURITY_CAPABILITIES capabilities_;
std::vector<SID_AND_ATTRIBUTES> attributes_;

Powered by Google App Engine
This is Rietveld 408576698