1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
   47

ipc / SECURITY_OWNERS [blame]

# Reviewers for security-sensitive CLs that cross process boundaries, e.g.:
#
# - CLs using Mojo IPC  [1]
# - CLs using legacy IPC [2]
# - CLs using Android IDL
#
# [1] reference: https://docs.google.com/document/d/1Kw4aTuISF7csHnjOpDJGc7JYIjlvOAKRprCTBVWw_E4/edit
# [2] reference: https://www.chromium.org/Home/chromium-security/education/security-tips-for-ipc/
#
# Things like the shared memory implementation in //base also fall under the
# purview of //ipc/SECURITY_OWNERS (changes that *use* shared memory should
# already be covered by the standard IPC review process, since the shared
# memory regions themselves need to be sent over IPC).

# Consider assigning IPC reviews to chrome-ipc-reviews@google.com rather than a
# specific reviewer. This helps distribute review load and knowledge more evenly
# amongst the team. Automation will select a random reviewer and reassign the
# review within ~5 minutes. Googlers can read more about this at go/gwsq-gerrit.
chrome-ipc-reviews@google.com

# The find-owners plugin does not support groups, so the actual IPC reviewers
# are listed below but tagged with {LAST_RESORT_SUGGESTION} so that Gerrit will
# preferentially suggest the review alias above.
#
# Please keep this list alphabetized and in sync with the gwsq config (see
# go/chrome-ipc-review).
ajgo@chromium.org            #{LAST_RESORT_SUGGESTION}
arthursonzogni@chromium.org  #{LAST_RESORT_SUGGESTION}
bookholt@chromium.org        #{LAST_RESORT_SUGGESTION}
clamy@chromium.org           #{LAST_RESORT_SUGGESTION}
dcheng@chromium.org          #{LAST_RESORT_SUGGESTION}
dom@chromium.org             #{LAST_RESORT_SUGGESTION}
ellyjones@chromium.org       #{LAST_RESORT_SUGGESTION}
estark@chromium.org          #{LAST_RESORT_SUGGESTION}
joenotcharles@google.com     #{LAST_RESORT_SUGGESTION}
kenrb@chromium.org           #{LAST_RESORT_SUGGESTION}
kinuko@chromium.org          #{LAST_RESORT_SUGGESTION}
meacer@chromium.org          #{LAST_RESORT_SUGGESTION}
mkwst@chromium.org           #{LAST_RESORT_SUGGESTION}
mpdenton@chromium.org        #{LAST_RESORT_SUGGESTION}
nasko@chromium.org           #{LAST_RESORT_SUGGESTION}
ortuno@chromium.org          #{LAST_RESORT_SUGGESTION}
sammc@chromium.org           #{LAST_RESORT_SUGGESTION}
tiszka@chromium.org          #{LAST_RESORT_SUGGESTION}
toyoshim@chromium.org        #{LAST_RESORT_SUGGESTION}
tsepez@chromium.org          #{LAST_RESORT_SUGGESTION}
wfh@chromium.org             #{LAST_RESORT_SUGGESTION}