Index: sandbox/src/sandbox_policy.h |
=================================================================== |
--- sandbox/src/sandbox_policy.h (revision 137447) |
+++ sandbox/src/sandbox_policy.h (working copy) |
@@ -142,6 +142,7 @@ |
// only. |
HANDLES_DUP_ANY, // Allows duplicating handles opened with any |
// access permissions. |
+ HANDLES_DUP_BROKER, // Allows duplicating handles to the broker process. |
NAMEDPIPES_ALLOW_ANY, // Allows creation of a named pipe. |
PROCESS_MIN_EXEC, // Allows to create a process with minimal rights |
// over the resulting process and thread handles. |