diff options
author | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 23:03:35 +0000 |
---|---|---|
committer | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 23:03:35 +0000 |
commit | f950981b3d4fbd2a514558f667284c7b3d7abc48 (patch) | |
tree | a57125422fb9650185466a16eaa64dce4e9f9c09 /ipc/OWNERS | |
parent | cd5fff7b7e5b496e9e72f205e38d9869007b480d (diff) | |
download | chromium_src-f950981b3d4fbd2a514558f667284c7b3d7abc48.zip chromium_src-f950981b3d4fbd2a514558f667284c7b3d7abc48.tar.gz chromium_src-f950981b3d4fbd2a514558f667284c7b3d7abc48.tar.bz2 |
Move IPCMessageStart enum into it own file with security team OWNERS, so that new message files can't be added to chromium without triggering a security review.
Review URL: https://chromiumcodereview.appspot.com/11048038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/OWNERS')
-rw-r--r-- | ipc/OWNERS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -7,3 +7,12 @@ tsepez@chromium.org # For NaCl-related code (ipc_channel_nacl.*) dmichael@chromium.org + +# New IPC message files require a security review to avoid introducing +# new sandbox escapes. +per-file ipc_message_start.h=set noparent +per-file ipc_message_start.h=cdn@chromium.org +per-file ipc_message_start.h=jln@chromium.org +per-file ipc_message_start.h=jschuh@chromium.org +per-file ipc_message_start.h=palmer@chromium.org +per-file ipc_message_start.h=tsepez@chromium.org |