| Index: sandbox/win/src/sandbox_policy.h
|
| diff --git a/sandbox/win/src/sandbox_policy.h b/sandbox/win/src/sandbox_policy.h
|
| index 54bb2a909664a5eb9f7bf0519486db0ad9c82a9c..17348c03d04b14389477aecbab55f7686ece7f5a 100644
|
| --- a/sandbox/win/src/sandbox_policy.h
|
| +++ b/sandbox/win/src/sandbox_policy.h
|
| @@ -27,7 +27,8 @@ class TargetPolicy {
|
| SUBSYS_REGISTRY, // Creation and opening of registry keys.
|
| SUBSYS_SYNC, // Creation of named sync objects.
|
| SUBSYS_HANDLES, // Duplication of handles to other processes.
|
| - SUBSYS_WIN32K_LOCKDOWN // Win32K Lockdown related policy.
|
| + SUBSYS_WIN32K_LOCKDOWN, // Win32K Lockdown related policy.
|
| + SUBSYS_LPC // LPC related policy.
|
| };
|
|
|
| // Allowable semantics when a rule is matched.
|
| @@ -54,9 +55,10 @@ class TargetPolicy {
|
| EVENTS_ALLOW_READONLY, // Allows opening an even with synchronize access.
|
| REG_ALLOW_READONLY, // Allows readonly access to a registry key.
|
| REG_ALLOW_ANY, // Allows read and write access to a registry key.
|
| - FAKE_USER_GDI_INIT // Fakes user32 and gdi32 initialization. This can
|
| + FAKE_USER_GDI_INIT, // Fakes user32 and gdi32 initialization. This can
|
| // be used to allow the DLLs to load and initialize
|
| // even if the process cannot access that subsystem.
|
| + ALPC_CONNECT_ALLOW // Allows connecting to specified ALPC ports.
|
| };
|
|
|
| // Increments the reference count of this object. The reference count must
|
|
|