blob: a837422c13cfeaeba68f2093b606f1d8851b06c9 [file] [log] [blame]
Daniel Chengf4c660712022-06-22 18:56:441# Reviewers for security-sensitive CLs that cross process boundaries, e.g.:
Chris Palmer3334b5fb2017-12-07 20:28:462#
Daniel Chengf4c660712022-06-22 18:56:443# - CLs using Mojo IPC [1]
4# - CLs using legacy IPC [2]
5# - CLs using Android IDL
6#
7# [1] reference: https://docs.google.com/document/d/1Kw4aTuISF7csHnjOpDJGc7JYIjlvOAKRprCTBVWw_E4/edit
8# [2] reference: https://www.chromium.org/Home/chromium-security/education/security-tips-for-ipc/
9#
10# Things like the shared memory implementation in //base also fall under the
11# purview of //ipc/SECURITY_OWNERS (changes that *use* shared memory should
12# already be covered by the standard IPC review process, since the shared
13# memory regions themselves need to be sent over IPC).
14
15# Consider assigning IPC reviews to chrome-ipc-reviews@google.com rather than a
16# specific reviewer. This helps distribute review load and knowledge more evenly
17# amongst the team. Automation will select a random reviewer and reassign the
18# review within ~5 minutes. Googlers can read more about this at go/gwsq-gerrit.
19chrome-ipc-reviews@google.com
20
21# The find-owners plugin does not support groups, so the actual IPC reviewers
22# are listed below but tagged with {LAST_RESORT_SUGGESTION} so that Gerrit will
23# preferentially suggest the review alias above.
24#
25# Please keep this list alphabetized and in sync with the gwsq config (see
26# go/chrome-ipc-review).
Daniel Chengbc4f6be62022-10-21 22:13:1127ajgo@chromium.org #{LAST_RESORT_SUGGESTION}
28danakj@chromium.org #{LAST_RESORT_SUGGESTION}
29dcheng@chromium.org #{LAST_RESORT_SUGGESTION}
30dominickn@chromium.org #{LAST_RESORT_SUGGESTION}
31estark@chromium.org #{LAST_RESORT_SUGGESTION}
32joenotcharles@google.com #{LAST_RESORT_SUGGESTION}
33kenrb@chromium.org #{LAST_RESORT_SUGGESTION}
34kinuko@chromium.org #{LAST_RESORT_SUGGESTION}
35meacer@chromium.org #{LAST_RESORT_SUGGESTION}
36mkwst@chromium.org #{LAST_RESORT_SUGGESTION}
37mpdenton@chromium.org #{LAST_RESORT_SUGGESTION}
38nasko@chromium.org #{LAST_RESORT_SUGGESTION}
39rsesek@chromium.org #{LAST_RESORT_SUGGESTION}
40sammc@chromium.org #{LAST_RESORT_SUGGESTION}
41tsepez@chromium.org #{LAST_RESORT_SUGGESTION}
42wfh@chromium.org #{LAST_RESORT_SUGGESTION}